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 11560if 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 10153I 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 8169a 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 32251A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 9722We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9149I 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 20008
what JCL Procedures?
What do you understand by the terms: joblib and steplib?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the difference between jcl and jes?
What is the function of a dd statement?
what is the purpose of coding notify parameter in job statement?
In job processing, what happens in conversion stage?
Name the statement which can be used to send data to another mvs jes3 node?
Explain the purpose of the dd keylen parameter?
Explain the jcl exec statement?
How to submit jcl through a cobol program?
How jcl is used for testing batch programs?
How do you access an uncatalogued dataset in a jcl?
which parameter is used to check the syntax of a jcl without executing it?
how to run batch program without jcl?