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 |
What are hierarchy levels in jcl?
wht r s722,s822,s122 and s222 abends pls reply fast
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
What is the significance of addrspc parameter in exec statement?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
How can you trap abends in the JCL?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
A STEP has more than 1 file as INPUT. And we have to put all these records int 1 output file. How to do ? //InputF DD DSN=ID.File1 DSN=ID.File2 DSN=ID.File3
What is condition checking in jcl? Is this possible?
How to concatenate different LRECL of files?
Is there any command to check wether the ps file is in sorted order?
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.