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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which mode is used to operate the sequential file?
A table has two indexes defined. Which one will be used by the SEARCH?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL
Discuss about changing dataset name in proc.
Explain about different table spaces.
Explain how to differentiate call by context by comparing it to other calls?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
For rewrite, why is it mandatory that file needs to be opened?
) how do u code after getting data?
What is a report item?