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 / vinod babu bachina
when PROGA made a call to PROGB, if it is first time then
the execution in PROGB start from workign storage
section.suppose progA calls again PROGB then the execution
will start from procedure division only .So when we made a
second call to anu subprogram we have to intialize the
working storage section variables.otherwise second call
retains the values of first call.
| Is This Answer Correct ? | 22 Yes | 2 No |
Post New Answer View All Answers
Write some characteristics of cobol as means of business language.
HOw can I get the negative sign while deduct high value from low value
What is amode(31)
what is search and searchall?what is the diffrence between them?give an best example?
In COBOL programming, what is PERFORM? What is VARYING?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Can you please let me know the centre name of INS certification in Kolkata.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
) How do u handle errors in BMS macro
What is the utilization of copybook in cobol?
Explain how you can characterize tables in cobol?
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between next sentence and continue in cobol programing language?
What is a SSRANGE and NOSSRANGE?
Which mode is used to operate the sequential file?