how many members can be created inside a single pds?
Answer Posted / yaswanth
it will on the directory blocks that we specify when
creating a pds for example if we specify 5 we can create 30
members in it that means per block we can create 6
members,if try to create more than that we will get se37 abend
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What are the jcl procedures?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Explain the function of a dd statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is “Cond= even” and “Cond=only”?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the function of dd disp parameter?
How can an in-stream dataset be terminated?
What is the purpose of dd * statement in jcl?
How to submit jcl through a cobol program?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
what are the statements that are not valid to be included in an include statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?