Answer Posted / sankarikumar
bad data abend, as explained in previous answer.
| Is This Answer Correct ? | 41 Yes | 11 No |
Post New Answer View All Answers
What does a disposition of (new,catlg,keep) for a dsn mean?
What is condition checking in jcl? Is this possible?
what is the resolution for sb37 error
//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 /*
How does jcl act on code(if you take a cobol program)?
How to submit jcl through a cobol program?
Explain about LMFREE�free data set from its association with data ID
what is SOC4 error?
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?
How can values be passed from the job stream to an executable program?
Define concatenating?
What is use of restart and how to use it?
How to override loadlib?
Can I share my data with other jobs? How?
is there any way to execute more than one proc in the same exec statement at the same time..?