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 |
Explain the function of dd disp parameter?
How do you access an uncatalogued dataset in a jcl?
what is the difference between return code and maxcc?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
how to resolve sb37,sd37 se37 abends
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What happens if both JOBLIB & STEPLIB is specified ?
What is use of restart and how to use it?
What is concatenating?
Brief description of inline procedure of jcl.