how can u understand ps and pds from their names ?
Answer / vinay sonar
You cant differentiate from there names.You can come to
know from there properties in catlog.
For PS directory block parameter is zero.For PDS it is
specified
| Is This Answer Correct ? | 5 Yes | 0 No |
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What does a disposition of (NEW,CATLG,KEEP) mean?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the function of //jcllib statement?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What are the valid DSORG values ?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?