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


Sample program preparation

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

  1. Assemble and link the sample program:
    //jobname JOB
    //ASMMSAMP EXEC ASMACL,PARM.C=(OBJ,ADATA)
    //C.SYSIN    DD DSN=<hlq>.SASMSAM2(ASMMSAMP),DISP=SHR
    //C.SYSADATA DD DSN=<myid>.SYSADATA(ASMMSAMP),DISP=SHR
    //L.SYSLMOD  DD DSN=<myid>.LOAD(ASMMSAMP),DISP=SHR
  2. Create the source-level extract file:
    //jobname JOB
    //ASMMSAMP EXEC PGM=ASMLANGX,PARM='ASMMSAMP'
    //SYSADATA DD DSN=<myid>.SYSADATA,DISP=SHR
    //ASMLANGX DD DSN=<myid>.ASMLANGX,DISP=SHR

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014