MSS emulates the spooler functions of the mainframe's job entry system. You can select emulation of VSE, JES2 or JES3.
MSS creates a spool file for each of the following:
In MSS, a JCL jobstream can have only one job but the job can contain multiple job steps. You use an EXEC statement to specify the program to be executed by a job step. You can do this either directly:
EXEC PGM=program-name
or indirectly, using a cataloged procedure:
EXEC PROC=procedure-name ---------> EXEC PGM=program-name.
Although the Catalog page does not include spool files, they are assigned data set names.
If the data set name is not specified, the MVS name has the form:
MFEyyyy.Smmdd.Shhmmss.Jjjjjj.Dnnnnn.ddname
If the data set is temporary, the MVS name has the form:
MFEyyyy.Smmdd.Shhmmss.Jjjjjj.ANDAND.tempname
where: