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
What are the pertinent COBOL
What is the difference between structured cobol programming and object alternativelyiented cobol?
what is difference between cobol and cobol/400
Why would you use find and get rather than to obtain?
how do you reference the printer file formats from cobol programs
What is Pic 9v99 Indicates in COBOL?
) How do u handle errors in BMS macro
Can you please let me know the centre name of INS certification in Kolkata.
Write a program that uses move corresponding.
Name the sections present in data division.
how do you reference the variable unblock file formats from cobol programs
What is the difference between goback, stop run and exit program in cobol?
What are literals?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Give some examples of command terminators?