Hi Team,
1. Can any one please provide the information about the ENTRY statement in COBOL+IMSDB program?
2. How it works in the IMSDB+ COBOL , when entry made thru CBLTDLI and DLITCBL?
3. How It works in between two programs?
For example I have one scenario below:
I have two programs PGMA and PGMB. PGMA is making the entry point as mentioned below:
ENTRY 'ABCD' USING VARIABLE1, VARIABLE2-----> In PGMA
ENTRY 'PGMB' USING VARIABLE3, VARIABLE4----->In PGMA
Now can some one please tell me where the ABCD declaration will happen (or if it just like static call in cobol just leave it). Why I am asking this question is I didn't find any declaration for 'ABCD" in PGMA.
what's the code for the CBLTDLI and DLITCBL?
Bunch of thanks
Regards,
Sudhakar.