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
Can we call instream to catalog and catalog to instream?
Suppose I have five jobs to do. But I want to hold one?
What statement can be used to send data to another mvs jes3 node?
How to submit jcl through a cobol program?
A dd statement consists of 4 fields. Name them?
what is the resolution for sb37 error
Explain about LMQUERY�give a dialog information about a data set
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what sort card you will use to copy the data from one dataset to another dataset?
What parameter directs the output of the job log dataset?
I need exexution process for JCL programs
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?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
if the submitter of a job wants to inform another user about the job completion, how can it be done?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file