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
Why would you use find and get rather than to obtain?
how do you reference the fixed unblock file formats from cobol programs
Why occurs cannot be used in 01 level in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What are the rules of the move verb?
What are the different rules of SORT operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Name some of the examples of COBOl 11?
how do you reference the variable block file formats from cobol programs
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do u write test cases?
What are the different data types in cobol?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
IF I mention stop run in CICS what happens?