At the risk of giving you an answer that might not do what you want, this will list all the cataloged data sets:

//JOB
//LIST     EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN    DD *
  LISTCAT LEVEL(SYS1) ALL
/*
//

Assuming you have authority to do so, that will list the data sets starting with SYS1 and some information about them. For just the list, omit "ALL."

Victor Hugo Ochoa Avila wrote:
Hello Group.
I want to know if it is possible to list all datasets on the system but I'm 
just interested to obtain the list by the HLQ.
<snip>

--
John Eells
z/OS Technical Marketing
IBM Poughkeepsie
ee...@us.ibm.com

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to