HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


File allocation requirements

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

If MYPROG is a program that is normally executed in z/OS Batch, you must use the TSO ALLOC command to allocate needed data sets before invoking MYPROG under IDF. When you exit IDF, use the TSO FREE command to release these data sets.

Also remember to allocate and free the DDs that are needed for IDF operation. These include:
ASM
Used to access the PDSs holding the IDF REXX EXECs used to customize IDF for a particular task.
ASMLANGX
Used to access the PDSs holding the IDF Language extract data files, if you want source-level debug.

If you plan to execute the program more than once under IDF, write these commands into a REXX EXEC or CLIST.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014