Name what parameter directs the output of the job log dataset?
No Answer is Posted For this Question
Be the First to Post Answer
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is the purpose of coding class parameter in job statement?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
How do you designate a comment in JCL?
How gdg are concatenated?
what type of version is we r using now real time in all modules(cobol, jcl, cics, db2, vsam)?
What does a disposition of (NEW,CATLG,KEEP) mean?