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 can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the LINKAGE SECTION used in COBOL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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 u code after getting data?
Define static linking and dynamic linking.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how to refer the data field?
Explain about different table spaces.
In COBOL programming, what is PERFORM? What is VARYING?
What is link edit in cobol?
What are literals?
What are 77 levels used for?