Job Card Parameters

What are the mandatory parameters in the job card?

Questions by shamsheer505

Showing Answers 1 - 6 of 6 Answers

tag_tushar

  • Sep 24th, 2010
 

The only mandatory field in a job card parameter is the jobname the rest of the parameter are installation defined...


Ex:
//JOBNAME JOB 
//STEP EXEC PGM=IEFBR14
//DD1 DD DSN=USERID.ABC.XYZ,DISP=(NEW,CATLG,DELETE),
//             DCB=(LRECL=80,RECFM=FB,BLKSIZE=800),UNIT=SYSDA,
//             SPACE=(TRK,(10,10),RLSE)
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
/*

This JCL will execute with MAXCC=0. If a identical name does not exist's already.

  Was this answer useful?  Yes

chaithanya

  • Aug 7th, 2012
 

In jobcard jobname is mandatory, class and msgclass parameters also mandatory

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions