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 11557if 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 8887I 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 10142I 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 8166a 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 32239A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 9715We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9142I 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 20001
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How do you overcome this limitation ?
what is DSN in JCL and what are the parameters to declare the DSN?
what is the use of IEBGENER utility?
how do you access an uncataloged dataset in a jcl?
Is condition checking possible in jcl? If yes, how?
What is notcat 2 - gs?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is jcl in mainframe?
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?
Explain the function of the dd dcb keyword?
What is the purpose of dd?
Is automatic restart possible in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Differentiate between the joblib and the steplib statements?