HLASM Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example

HLASM Installation and Customization Guide
SC26-3494-05

Figure 1 shows JCL that invokes a sample procedure to assemble a small assembler program.
Figure 1. Use of sample procedure
//ASMAPTST JOB  <JOB CARD PARAMETERS>
//ASMAPTST EXEC PROC=ASMAC
//SYSPRINT DD   SYSOUT=*
//STEPLIB  DD  DSN=#hlq.SASMMOD1,
//             DISP=SHR
//SYSIN    DD  *
TEST       CSECT
           XR   15,15
           BR   14
           END
/*

This example is supplied as ASMAPTST in ASM.SASMSAM1.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014