Program A calls program B. Will the working storage
variables declared in program B be initialized every time
it is called by program A or will the values be retained
until the end of program A?
Answer Posted / nagesh
Well, it depends on the type of call u r making, if it's
dynamic call working storage variable will be initialized
every time automatically.
But if it's static call u can use either 'cancel' or
'is initial' .
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro
how do you reference the ksds vsam file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How can you get the ksds file records into your cobol program?
how do you reference the variable block file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
how do you reference the rrds file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write a program to explain size error.
What are the different rules to perform a Search?
What is difference between static and dynamic call in cobol?
What is the difference between perform … with test after and perform … with test before?
What kind of error is trapped by on size error option?