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 / adarsha
The DYNAMIC call has to have 2 load modules separately.
Hence the called module is always in the INITIAL state, you
need not to INITIALIZE or CANCEL.
For STATIC CALL above said things are other way around !
Hope I answered ... lem me know if you have any qustns
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
What is a SSRANGE and NOSSRANGE?
What is the difference between Global and External Variables?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the access modes of START statement?
Which is not true about evaluate statement
Can we change the password using ALTER? anyone tried and changed?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write some characteristics of cobol as means of business language.
i need a small 3d program using inline and outline.
Difference between cobol and cobol-ii?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used comp and comp-3 in your project? And how?
Difference between array and sub-script ?