Min no of member?s (PDS) in one directory block?

Answer Posted / anisha

Thats not pretty clear, if using the formula minimum number
is zero, maximum should be:
(6*0)-1 = -1

So, the munimum possible is 1, and the maximum possible is
5.

Is This Answer Correct ?    3 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the purpose of the dd keylen parameter?

677


Explain the jcl exec statement?

653


Name a few IBM utility programs, and explain its function.

4440


Is it possible to left uncode disp?

717


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

820






What is the function of the dd dcb keyword?

832


How dummy is used in jcl?

651


What is the purpose of dd dummy statement?

949


Which dd parameters are required?

697


how can the same proc be re-used and called by many jobs?

915


//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 /*

916


Name what parameter directs the output of the job log dataset?

567


What are the 2 types of parameters in dd statement?

654


What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?

1811


How do you submit a job for execution?

640