Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / shyam
we can call catalog procedure in instream procedure n times.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / balmukund
1. Call the proc multiple time in multiple steps.
2. probably using REXX program we can call that proc in
single steps.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is Cataloged Procedures?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to compare 2 files using File-Aid?
Explain dd statement in jcl?
restart logic ?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
what is the use of temporary files?
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
If your job fails at particular step then what would be the return code for next steps