----------------------------<snip>------------------------------
I believe I have seen something like the following:
//FJSTEST JOB NOTIFY=&SYSUID
//STEP01 EXEC PGM=MYPGM
//DUMMME DD DUMMY,DSN='THIS.IS.A.TEST'

What does MYPGM need to do in order to retrieve the DSN value of the DD named DUMMME?

A general pointer in the right direction would be nice.
Specific examples would be great! :-)
------------------------------<unsnip>-------------------------------

Much depends on the type of information you want to retrieve. Putting DUMMY in there will leave you with a dsn of NULLFILE in the JFCB, and very little else.

There's no "defined" interface in any HLL that I know of to retrieve DD statement info. In Assembler, you can use RDJFCB or you can try the DYNALLOC Information Request procedure, which is somewhat more complicated.

Rick


----------------------------------------------------------------------
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

Reply via email to