How to execute 300 steps in a Job?
Answer Posted / pinky
Prasanth Answer is absolutely correct
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how you can access an uncataloged dataset in a JCL?
What is the significance of addrspc parameter in the exec statement?
Explain dd statement in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
When space is allocated for an output dataset, what units can be used?
What parameter directs the output of the job log dataset?
What is the purpose of dd?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Name the parameters which can be used to limit the number of records written to a sysout dataset?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Matching Logic in Jcl not in cobol.Could any one please answer this question
//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 /*
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
a dd statement has 2 types of parameters. Name them?
how can the same proc be re-used and called by many jobs?