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
What is the utilization of copybook in cobol?
How do we get current date from system with century in COBOL?
Can a Search can be done on a table with or without Index?
) how do u code after getting data?
example for sub strings ? and refernce modifications whit output pls
How do define dynamic array in cobol.
What rules are followed by the search verb.
what is search and searchall?what is the diffrence between them?give an best example?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do you differentiate between cobol and cobol-ii?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Call and a Link?
What rules are to be followed while using the corresponding options?