On Wed, 2010-07-14 at 17:59 -0300, Adauto wrote: > Hi, all. > Im writting an assembler program and I would like to get some informations > that are specified on parameter SUBSYS=. > > Example: > > //A EXEC PGM=MYPROG > > //DD1 DD SUBSYS=(ABCD,EOSGRP10,0000,,,20090102,121110) > > //DD2 DD . > > I would like to get the values specified after the name of subsystem ABCD. > Where can I find this information searching z/os or others blocks? > > MYPROG may be an authorized program. > > Thanks in advance. > > José Adauto Ribeiro >
That would be in the SWA control blocks for the step. You can read them using the SWAREQ interface: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A490/15.0 http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2A2A0/58.0 This, to me, is not really simple. But there are others here who can likely help. The specified system can get them more easily at OPEN time. http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2F270/CCONTENTS -- John McKown Maranatha! <>< ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

