Is there a way to issue Spool commands with JES or z/OS commands which should be issued by USER in Syslog/Userlog instead of going to ESF interface?
Component: CSPOOL
Use MVS modify commands against the Spool started task. For example, some commands that can be issued in the SDSF/Syslog are:
/F caspoolstc,DS <- same as the /DS command in the Spool interface
/F caspoolstc,D,*ALL,V <- same information from the V panel of the Spool menu
Where caspoolstc is the name of the Spool started task.