How we can code in a jcl to execute a job in a particular
time and date without using any job shudular?. (Eg) i want
to execute a particular job at 8 am on 01/01/2010.
Answer Posted / chandrakant
The code is:
//MAIN DEADLINE=(0800,B,010110)
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Is their any limit for data sets?
What do you understand by jcl?
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
What are some jcl statements that are not allowed in procedures?
How do you access an uncatalogued dataset in a jcl?
What is the purpose of dd * statement in jcl?
Explain about LMFREE�free data set from its association with data ID
which utility is used to run a cobol-db2 program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
When output dataset space is required, what quantity categories are used?
can any one plzzzzzz tell the jcl code for creating ps using idcams
What is the purpose of disp parameter?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed