If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
TCS,
5 11564if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
2 8892I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
3 10154I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
2 8171a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file
6 32253A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 9724We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9152I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 20011
Are there any set of rules for the names of the steps used in a job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
In sms datasets, what is the function of the dd mgmtclas keyword?
How does jcl act on code(if you take a cobol program)?
Suppose I have five jobs to do. But I want to hold one?
which parameter is used to check the syntax of a jcl without executing it?
what is use of dsn parameter in dd statement?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how can you check if a file is empty using jcl?
How can a jobs execution priority be modified?
What do you know about jcl?
Is automatic restart possible in jcl?
Is acct parameter mandatory?
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
Matching Logic in Jcl not in cobol.Could any one please answer this question