Answer Posted / chowdary
concatenation is possible up to 16 pds or 255 ps
rules: there should be logical record length must be same
and type recfm is also same
//jobcard
//joblib
//dd dsn=tst.punna.cobol,
dsn=tst.punna.cobol1,
like that we need to give up to our requirement
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain the jcl exec statement?
What is concatenating?
Must tape dataset definitions include vol=ser specifications?
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?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
which parameter is use to declare the name of dataset in dd statement?
how to do automated restart when a job abends?
define cond parameter in jcl?
How does the jcl specify the job to os?
//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 /*
Explain about LMQUERY�give a dialog information about a data set
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is condition checking possible in jcl?
What are some jcl statements that are not allowed in procedures?