in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
Answer Posted / adarsh13
In-Stream Procs are used when 1) The proc steps used in in-stream proc are no longer needed in any other JCL's
2) When you need to minimise your code changes i,e no need of extra Member are to be created , we can go for In-stream proc.
Please correct me if i am wrong.
But, Catalog procs are widely preferred over in-stream proc.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Explain the configuration section of a cobol program with examples of syntax.
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Which Search verb is equivalent to PERFORM…VARYING?
What is the local-storage section?
How to print 10 to 1 if the input have only 10 digit number?
What is static and dynamic call in cobol?
What is amode(31)
how do you reference the rrds file formats from cobol programs
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the esds vsam file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
how do you define single dimensional array and multidimensional array in your cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need