what is a jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is a COND parameter in JCL?
how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?
What is the DD statement for a output file?
How do you create a temporary dataset?
How to check empty file in 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 does the one advantange of using IEBUPDTE?????
How to find the length of variable length copybook using fileaid ??
What is concatenating?
Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
Can you give the sort card to arrange the specific column in the version of GDG.