I tried both, when I used 'S' I was getting the IEE132I error and when I used ST I got insufficient access authority.
And secondly, there was no SYSOUT dataset for this JCL
A START command invoked a cataloged procedure. While allocating the device specified on the command, the system detected an error.
System Action: The system rejects the command.
Sigh. Note that the error is NOT that the cataloged procedure is not being allocated, but rather a device (that is, disk volume most likely) is not being allocated due to a data set not being there (hence the JCL ERROR in your original post). Furthermore, JES has a list of datasets that it searches for procedures to execute when the START console command is issued. But you're not likely to have the authority to view that list.The question arises, from where shall I find this cataloged procedure that hasn't been allocated?
Yes, but you are not likely to have authority to use it since listing all of the thousands of cataloged data sets in a system can require a large amount of resources. And nothing will tell you which, of those thousands of data sets, contains the one procedure you are interested in.Is there any command/procedure to list all the cataloged datasets?