how GDGs are concatinated?

Answer Posted / jalal

255

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

908


How is the record format of an output dataset specified?

745


Explain the function of job statement in jcl?

649


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.

1953


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

649






What is the use of disp parameter?

653


A dd statement consists of 4 fields. Name them?

932


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


What is the function of the dd mgmtclas keyword in sms datasets?

738


what is SOC4 error?

738


What is the function of //jcllib statement?

806


What are the difference between jcl and jes?

1050


What are hierarchy levels in jcl?

955


How to do automated restart when a job abend?

791


How do you access an uncatalogued dataset in a jcl?

729