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


Extraction file allocation on z/OS

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

You may use ASMLANGX to create the extract files as sequential files on z/OS, but normally you create a PDS to contain the extracted data for actually debugging the target program using IDF's Language Support.

The recommended format of the extract file is:
   RECFM(VB) LRECL(1562) BLKSIZE(27998)

Memory above the 16 MB line is exploited for extract information.

ASMLANGX does not perform any dynamic allocation. You will need to allocate the SYSADATA data set to DDname SYSADATA and the ASMLANGX data set to DDNAME ASMLANGX before you invoke the ASMLANGX command processor.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014