Running your assembled program in batch

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.