how can we pass external data to instream procedures
Answers were Sorted based on User's Feedback
Answer / muhammad jamshad
By using override on step inside the procedure.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to resolve the soc4 error?
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Explain about LMCOPY -
How to ALTER the name of a GDG ?
Is there any command to check wether the ps file is in sorted order?
Which COND paramter will u use to execute the step only if the previous step does not execute
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
How I sort the records in a file and copy the first 10 records to another file
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
read all error codes like SB07?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?