What are the parameter in the job card wihtout which job
won't run........
Answer Posted / 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 |
Post New Answer View All Answers
What are the utility programs in jcl?
what is SOC4 error?
Is condition checking possible in jcl?
what are JCLLIB and STEPLIB in JCL?
How to do automated restart when a job abend?
What are steplib and joblib? What for they are used?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how can the same proc be re-used and called by many jobs?
Explain the function of the steplib dd statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is the difference between the positional and keyword parameters? Give examples.
what is JCL?
How do you submit a job for execution?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
List the different components of jcl statement?