COBOL Manual for TNS and TNS/R Programs
Libraries and Utility Routines
HP COBOL Manual for TNS and TNS/R Programs—522555-006
13-31
Saved Message Utility (SMU) Overview
The CLULIB file is only for the COBOL85 compiler. Its routines are also in the
ZCRESRL file, which is for the NMCOBOL compiler.
Saved Message Utility (SMU) Overview
The Saved Message Utility (SMU) consists of several routines that manipulate saved
ASSIGN, PARAM, and startup messages. SMU routines can be used only in the
Guardian environment. The Open System Services environment does not have
ASSIGN, PARAM, or startup messages.
The internal data structures of the saved ASSIGN, PARAM, and startup messages
differ from COBOL data structures. SMU routines retrieve, replace, alter, or delete
components of saved messages and reformat them either to or from a specific external
representation. (For descriptions of the ASSIGN, PARAM, and startup messages, see
the Guardian Programmer’s Guide.)
SMU_Assign_Delete_ CRE/Guardian
SMU_Assign_GetText_ CRE/Guardian
SMU_Assign_GetValue_ CRE/Guardian
SMU_Assign_PutText_ CRE/Guardian
SMU_Assign_PutValue_ CRE/Guardian
SMU_Message_CheckNumber_ CRE/Guardian
SMU_Param_Delete_ CRE/Guardian
SMU_Param_GetText_ CRE/Guardian
SMU_Param_PutText_ CRE/Guardian
SMU_Startup_Delete_ CRE/Guardian
SMU_Startup_GetText_ CRE/Guardian
SMU_Startup_PutText_ CRE/Guardian
Topics Sources
CLU_PROCESS_CREATE_ routine
CLU_PROCESS_FILE_NAME_ routine
CRE Programmer’s Guide
ZCRESRL file ZCRESRL Overview
Table 13-10. CLULIB Routines (page2of2)
Utility Routine Environments