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
Why did you choose to work with ibm mainframe cobol programming?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is the difference between COBOL2 AND COBOL390?
What is the difference between next sentence and continue in cobol programing language?
Explain the configuration section of a cobol program with examples of syntax.
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.
What is cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is a scope terminator give example?
how to move the records from file to array table. give with code example
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do you reference the following file formats from cobol programs?
How do define dynamic array in cobol.