Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?
Answer Posted / cj
Can be done in JES3 using the following:
//*MAIN DEADLINE=(0700,B,012086)
Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is the function of dd disp parameter?
What are the 4 fields in dd statement?
What is condition checking in jcl? Is this possible?
What are hierarchy levels in jcl?
what are the various stages of job processing?
How can an in-stream dataset be terminated?
What is timing concept in mainframe?
List the different components of jcl statement?
define cond parameter in jcl?
Is their any set of rules for dd? Explain.
What is the use of disp parameter?
what happens in execution stage in job processing?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
what is the use of JCL?