in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
Answer / 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 |
A s9(4). B v9(4) value 0.21 can i move this?
for an INITIALIZE and what keyword allows for an override of the default.
In INITIALIZE what is Repalcing Word will do
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
How to read a record from bottom of a file which is indexed by 'A'.
How is sign stored in a comp-3 field?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
db2 variable decimal(15,2) what is the equalent size of cobol variable
input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.
what is sync clause?
What is SDSF?
Why occurs cannot be used in 01 level in COBOL?