How does jcl act on a cobol code?
No Answer is Posted For this Question
Be the First to Post Answer
how to resolve the soc4 error?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
how to compress the data set
Where can program checkpoints be stored for use in a restart?
what are the statements that are not valid to be included in an include statement?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Explain about LMPUT-
How to do automated restart when a job abend?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain about REXX
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?