HLASM Programmer's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Running your assembled program in batch

HLASM Programmer's Guide
SC26-4941-06

Figure 1 shows the general job control to run your program in batch.
Figure 1. General job control to run a program on z/OS
//stepname EXEC PGM=progname[,PARM='user-parameters']
//STEPLIB  DD   DSN=library.dsname,DISP=SHR
//ddname   DD   (parameters for user-specified data sets)
⋮

For more information, see the HLASM Installation and Customization Guide.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014