I want to join to input files and write the matching fields
on to an output file but i dont want the output file a
sorted one
No Answer is Posted For this Question
Be the First to Post Answer
What are steplib and joblib? What for they are used?
how GDGs are concatinated?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is Uncatalog dataset? How can we access/use them?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is the purpose of coding class parameter in job statement?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
In which table PLAN is registered in ?
Does jcl support automatic restart?
can i sort packed decimal if i can tell the syntax
In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?