In COBOL CALL-CALLING,if a program A is calling 3 sub-
programs, dynamically, then it is said sub-programs will
always will always in Initial Mode. My question is : Do we
need to code CANCEL or (IS INITIAL) for dynamically called
sub-programs or it is the property of Dynamically called
pgms so every time sub-pgms are called they will be in initial
mode. ***This question is only Dynamic call****,
Please reply. Thank you in advance.
Answer Posted / vinay sonar
NO NEED TO USE CANCLE EVERY TIE.WHEN SUBPROGRAM IS CALLED IT IS ALWAYS IN ITS INITIAL STATE.THIS IS COBOL 85 FEATURE.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Name the divisions, which are available in a cobol program?
What is a scope terminator give example?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Write a program to explain size error.
Difference between array and sub-script ?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What rules are to be followed while using the corresponding options?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How you can characterize tables in cobol?
What are the cobol coding sheets?