I have a file in which I have 20 records. I want my first
record to go into file 1 and second record to go in second
file. I want to copy the alternate records like this in the
two output files. How can I do this using JCL?
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
what is use of dcb parameter in dd statement?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the function of the dd mgmtclas keyword in sms datasets?
what are the types of abends that occur on job failure? And explain the possible causes of these
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the purpose of dd dummy statement?
what is DSN parameter and DISP parameter is used for?
what is the use of IEBGENER utility?
What is one line to pass PARM from JCL to COBOL?
What statement can be used to send data to another mvs jes3 node?
How can the disposition of sysout datasets be set for an entire jobstream?
which utility is used to sort a file in jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
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.