What is concatenating?
No Answer is Posted For this Question
Be the First to Post Answer
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how to resolve sb37,sd37 se37 abends
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
How to identify in JCL that an input file is empty without reading it?
which statement is used to end the in-stream procedure in a jcl?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
I need exexution process for JCL programs
How jcl work to handle various input output file operations?