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


Invoking IDF with a batch job

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

To debug sample program ASMMSAMP, prepared in the section Sample debug session on TSO, submit the following job:
//jobname JOB
//IDFB    EXEC PGM=ASMIDFB,
//             PARM='ASMMSAMP ( NOSVC97 LUNAME <luid> '
//STEPLIB  DD DISP=SHR,DSN=<myid>.LOAD
//         DD DISP=SHR,DSN=<hlq>.SASMMOD1
//         DD DISP=SHR,DSN=<hlq>.SASMMOD2
//ASMLANGX DD DISP=SHR,DSN=<myid>.ASMLANGX
//ASM      DD DISP=SHR,DSN=<myid>.ASM
//SYSTSPRT DD SYSOUT=*
Notes:
  1. The IDF parameters NOSVC97 and LUNAME must be specified
  2. The IDF VTAM APPLIDs ASMTL001 to ASMTLnnn must be ACTIVE
  3. The VTAM luid specified in the LUNAME parameter must be ACTIVE
  4. TSO Command Processor programs are not supported

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014