how to count the number of members in pds?
Answers were Sorted based on User's Feedback
Answer / sonika
We can get the count of members in pds by typing I in front
of the PDS
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / harshita
BY a simple formula i.e. (6n - 1) where 'n' is the directory
blocks that we specify.
ex: If we specify directory blocks = 1 i.e. n = 1,then
6n - 1 = 5 members can be created in a pds.
| Is This Answer Correct ? | 4 Yes | 8 No |
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is the use of IEBGENER utility?
how do u see jobs submitted before ur job ?
whats the difference between empty and noempty of GDG?
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?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
How do you send the output of a COBOL program to a member of a PDS?
How Can we see all generations of a GDG ?
wht happens if cond=true ? pls give me with an example ?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it