Is condition checking possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how to resolve sb37,sd37 se37 abends
what is the job entry system used in your project?
How can unused space allocation be returned to the system when a dataset is closed?
Is condition checking possible in jcl?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
How do you send the output of a COBOL program to a member of a PDS?
What is the purpose and meaning of the TIME keyword and what JCL statement is it associated with?
What are the difference between jcl and jes?
My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
read all error codes like SB07?