COBOL Manual for TNS and TNS/R Programs
Libraries and Utility Routines
HP COBOL Manual for TNS and TNS/R Programs—522555-006
13-37
ZCRESRL Overview
ZCRESRL Overview
ZCRESRL, a native SRL (public shared run-time library), is the native CRE run-time
library. It contains the CRE routines which, for the COBOL85 compiler, resided in either
the system library or CLULIB—that is, the CRE versions of the SMU routines.
ZCRESRL routines are not bound into a user object file. The NMCOBOL compiler
consults ZCRESRL automatically.
ZCRESRL resides on the subvolume $SYSTEM.SYSnn.
The ZCRESRL routines are:
•
CLU_PROCESS_CREATE_
•
SMU_Assign_CheckName_
•
SMU_Assign_Delete_
•
SMU_Assign_GetText_
•
SMU_Assign_GetValue_
•
SMU_Assign_PutText_
•
SMU_Assign_PutValue_
•
SMU_Message_CheckNumber_
•
SMU_Param_Delete_
•
SMU_Param_GetText_
•
SMU_Param_PutText_
•
SMU_Startup_Delete_
•
SMU_Startup_GetText_
•
SMU_Startup_PutText_
CLU_PROCESS_CREATE_ is available in the Guardian and OSS environments, but
the SMU routines are available only in the Guardian environment.
Topics Sources
CLU_PROCESS_CREATE_ routine CRE Programmer’s Guide
Other ZCRESRL routines Saved Message Utility (SMU) Routines