if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / harsha
intially we follow main program then all depends on the
control or flow of the main program itself for eg;
In main prog intially we call a subprog1 and after the
execution of subprog1 is over then control is back to the
main prog or to be simple the program which called...to bo
simple wherever the control gets it's start it's(control)
is finally returned to that point in the program
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what are decleratives in cobol?
How you can characterize tables in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
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.
What rules are to be followed while using the corresponding options?
Explain the configuration section of a cobol program with examples of syntax.
What are the cobol coding sheets?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Which division and paragraphs are mandatory for a COBOL program?
What are the different rules to perform a Search?
What are the different rules for performing sort operation?
Can we change the password using ALTER? anyone tried and changed?
In COBOL programming, what is PERFORM? What is VARYING?
For rewrite, why is it mandatory that file needs to be opened?
When is inspect verb is used in cobol?