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 11802if 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 9001I 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 10297I 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 8297a 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 32553A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 9876We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?
2 9279I 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 20188
How can the attributes of one sms dataset be copied to another dataset?
I need exexution process for JCL programs
A dd statement consists of 4 fields. Name them?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain about ISPF/TSO Commands
How do you access an uncatalogued dataset in a jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is catelog procedure and how many catelog procedure to use in one job?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the function of dd name parameter with a 2 part structure; audit.report?
how can the same proc be re-used and called by many jobs?
which utility is used a dummy utility?
How to do automated restart when a job abend?
What is the function of //jcllib statement?
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.