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


Invoking IDF with a TSO batch job

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

To debug the sample program ASMMSAMP, submit the following job:
//jobname JOB
//IDFT     EXEC PGM=IKJEFT01,DYNAMNBR=100,REGION=0M
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 TSOLIB ACT  DSN( '<myid>.LOAD'      +
                  '<hlq>.SASMMOD1'   +
                  '<hlq>.SASMMOD2' )
 ALLOCATE DD(ASMLANGX) DSN( '<myid>.ASMLANGX' ) SHR REUSE
 ALLOCATE DD(ASM)      DSN( '<myid>.ASM'      ) SHR REUSE
 TSOEXEC ASMIDF ASMMSAMP ( LUNAME <luid>
 TSOLIB DEACT
 FREE FI(ASM ASMLANGX)
/*
Notes:
  1. The IDF parameter LUNAME (or LU) 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

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014