I need to develop a module that needs to be called from ADSO as well as a batch IDMS program. Is this possible or should I have two separate copies of the module.
If this is possible what are things that I need to take care..
Joined: 09 Apr 2008 Posts: 37 Location: Chennai, India
From ADSO we can call ONLINE COBOL programs. There wont be any difference in the SYNTAX which is used in ONLINE as well as BATCH program.
But the protocol will be different in both ONLINE and BATCH cobol program.
PROCEDURE DIVISION, that is the core code can be used in both ONLINE and BATCH.