how many members can be created inside a single pds?
Answer Posted / ashish
above answer is right but the maximum number of members
that can created are 255 theorotically(ranade jcl book).And
practically can be more than 255.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Brief description of inline procedure of jcl.
What is the syntax of JCL statement?
define cond parameter in jcl?
What parameter directs the output of the job log dataset?
what is use of disp parameter in dd statement?
Explain the function of the dd dcb keyword?
How can the attributes of one sms dataset be copied to another dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Is automatic restart possible in jcl?
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 ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the purpose of disp parameter?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.