Running your assembled program in batch

Figure 41 shows the general job control to run your program in batch.

Figure 41. 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.


[ Top of Page | Previous Page | Next Page | Contents | Index ]