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


Please Help Members By Posting Answers For Below Questions

Mention the types of job control statements?

680


What dd statement is used to supply the name of a dataset?

772


Explain how can the attributes of one sms dataset be copied to another dataset?

703


how do you code a null statement?

770


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969






what is DSN parameter and DISP parameter is used for?

672


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


In sms datasets, what is the function of the dd avgrec keyword?

648


how to do automated restart when a job abends?

841


Is it possible to left uncode disp?

711


if the submitter of a job wants to inform another user about the job completion, how can it be done?

754


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

667


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

627


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

906


What is Cataloged Procedures?

711