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


Please Help Members By Posting Answers For Below Questions

How can values be passed from the job stream to an executable program?

875


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?

2220


write a jcl to execute a job by 7:00 am on jan 20,1986?

699


What does a disposition of (new,catlg,keep) for a dsn mean?

617


what operation is performed by job statement?

662






Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

763


What is notcat 2 - gs?

939


what is the JCL statement consists of?

699


What is the function of the dd avgrec keyword in sms datasets?

841


What are steplib and joblib? What for they are used?

695


What are hierarchy levels in jcl?

955


Explain how can the submitting users racf authority be overridden in a job stream?

672


How to execute 2nd and 4th steps among 5 steps in jcl proc?

747


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

820


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7601