Function VSAM144: TERM= Tier Awareness in Existing Applications
Name: VSAM144
Description: The following RDML function is used in conjunction with the X_RUN command parameter TERM= to introduce tier awareness into an existing application.
FUNCTION OPTIONS(*DIRECT *MLOPTIMIZE *LIGHTUSAGE);
********** COMMENT(This is a general purpose);
********** COMMENT(TERM= function. It is used);
********** COMMENT(to automatically disconnect);
********** COMMENT(all tiers);
CHANGE FIELD(#STD_OBJ) TO(*END_ALL_TIERS);
RETURN;
Name: VSAM144
Description: The following RDML function is used in conjunction with the X_RUN command parameter TERM= to introduce tier awareness into an existing application.
FUNCTION OPTIONS(*DIRECT *MLOPTIMIZE *LIGHTUSAGE);
********** COMMENT(This is a general purpose);
********** COMMENT(TERM= function. It is used);
********** COMMENT(to automatically disconnect);
********** COMMENT(all tiers);
CHANGE FIELD(#STD_OBJ) TO(*END_ALL_TIERS);
RETURN;