I have a PDS and want to omit few rows of all members of a
PDS. How to do it?
Answer Posted / santy
as a know, we are not storing the data records in members
of PDS.
Records are mostly stored in PS or VSAM file.
Then how come u r going to ask such question?
Is This Answer Correct ? | 9 Yes | 21 No |
Post New Answer View All Answers
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.
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what are the statements that are not valid to be included in an include statement?
Is condition checking possible in jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
List the different jcl statements that are not permitted in the procedures?
In sms datasets, what is the function of the dd mgmtclas keyword?
What happens if both JOBLIB & STEPLIB is specified ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what JCL Procedures?
For what purpose steplib and joblib are used ?
Explain the hierarchy levels in jcl?
Why block size is multiple of lrecl 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) ?