Answer Posted / sairam.n
ps=seq.dataset, po=partitioed dataset/PDSE, ES=ESDS,
KS=KSDS, RR=RRDS, LS=LDS
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
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) ?
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
define cond parameter in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How is the record format of an output dataset specified?
how can the same proc be re-used and called by many jobs?
what sort card you will use to copy the data from one dataset to another dataset?
In job processing, what happens in conversion stage?
what is the use of IEBGENER utility?
Explain about ISPF/TSO Commands
What is the purpose of disp parameter?
what is DSN in JCL and what are the parameters to declare the DSN?
How do you overcome this limitation ?
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.
What statement can be used to send data to another mvs jes3 node?