Answer Posted / bala nallapaneni
Use the DYNAMNBR parameter to tell the system to hold a
number of resources in anticipation of reuse.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
In job processing, what happens in execution stage?
how to run batch program without jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the purpose of dd dummy statement?
how you will the direct the data to spool using sysout option?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
//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 /*
What is the function of the dd mgmtclas keyword in sms datasets?
what is the compile process of cobol program expalin with code
if the submitter of a job wants to inform another user about the job completion, how can it be done?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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?
How can the attributes of one sms dataset be copied to another dataset?
How is the record format of an output dataset specified?