What are the parameter in the job card wihtout which job
won't run........
Answers were Sorted based on User's Feedback
Answer / anonymous
Notify is not neccesary...
Position parameter like ' jobname & job (account info) are
mandantory.
| Is This Answer Correct ? | 24 Yes | 1 No |
Answer / pradeep
Just JOBNAME JOB (ACCT information), 'PRGMR NAME' are
mandatory fields to execute a job. Job will run with RC=4
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / suputhru
in real time :
Position parameter like ' jobname & job (account info) are
mandantory.
Notify=userid is not neccesary...meenu.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / imthiyaz shaik
Hi, Both job name and reserved word JOB are necessary to
run a job.
Following is the test JCL, that I tested.
//JOBJOB01 JOB
//* CLASS=D,MSGCLASS=8
//*
//*********************************************************
//* TO CHECK WHICH PARAMETERS ARE MANDATORY IN A JOB CARD.
//**********************************************************
//*
//**********************************************************
//* DELETE OLD FILES NOT NEEDED
//**********************************************************
//*
//JSTEP01 EXEC PGM=IEFBR14
//DD1 DD DSN=L.TEST.TEST.FILE,
// DISP=(MOD,DELETE,DELETE)
//*
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / rajesh kumar
Keyword parameters like MSGCLASS and positional parameters
like job name and acc..info...
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / k.suman
to submit a job job name must be specify,other wise system
won't recognize the job.other parameters are not mandatory.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / meenu
Notify parameter is mandatory one with out notify parameter the OS is unable to identify the job ie., the is not going to be submitted.
With out accounting information and username the job can be submitted to the OS.If any one is having doubt just plz check with this.
| Is This Answer Correct ? | 1 Yes | 13 No |
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What are the kinds of job control statements?
what happens if job falls in loop ? how to resolve it ?
what is the difference between JES3 and JES2?
Which storage devices are grouped under DASD and SYSDA ?
difference between internal sort and external sort
how to code instream data in procedure?
How can you trap abends in the JCL?
What is JOBLIB ?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
what is “Cond= even” and “Cond=only”?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?