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
Write the code to count the sum of n natural numbers.
Can we change the password using ALTER? anyone tried and changed?
how can i see junk values in dclgen or in hostvariable of comp ?
what are decleratives in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what is difference between cobol and cobol/400
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the pertinent COBOL commands?
What is Pic 9v99 Indicates in COBOL?
What is length is cobol?
How do you define a variable of comp-1 and comp-2?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between next sentence and continue in cobol programing language?