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 |
Must tape dataset definitions include vol=ser specifications?
Define concatenating?
which utility is used to run a cobol-db2 program?
what is the difference between static call and dynamic call?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
What is a JCL Command statement ?
What do you understand by the terms: joblib and steplib?
What is the use of symbol // in jcl?
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
How to pass data to a program that is coded in an exec statement?
What is S322 abend ?