Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Answer Posted / shafi
//JOB123 JOB (accounting),CLASS=X,MSGCLASS=X
//*
// SET SYSDATE=200186
// SET SYSTIME=070000
//*
//STEP1 EXEC PGM=IEFBR14
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is timing concept in mainframe?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How can an in-stream dataset be terminated?
what is JCL?
What is the maximum length of a single line of jcl?
How jcl is used for testing batch programs?
How can values be passed from the job stream to an executable program?
Is it possible to left uncode disp?
What is job control language?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Is it possible to code instream data in a PROC?
What is the purpose of dd dummy statement?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How dummy is used in jcl?