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
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Must tape dataset definitions include vol=ser specifications?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
when can a job time-out occur? How to overcome that?
how can you check if a file is empty using jcl?
What is the purpose of the dd keylen parameter?
What is the function of the dd dcb keyword?
A dd statement consists of 4 fields. Name them?
Can we use DISP=SHR in output file in JCL
how would you create a temporary dataset? And where will you use them?
What is the function of job statement in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain about LMFREE�free data set from its association with data ID
What is job control language?
How do you create a temporary dataset?