Exported ILE procedures in service programs can only be called from an ILE program object or another service program using a static procedure call.
You can call an exported ILE procedure in a service program from an ILE COBOL program by using the CALL literal statement (were literal is the name of an ILE procedure in the service program). See Performing Static Procedure Calls using CALL literal for detailed information on how to write the CALL statement in your ILE COBOL program to call an exported ILE procedure in a service program.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.