Function VSAM143: INIT= Function for Tier Awareness in Existing Applications

LANSA

Function VSAM143: INIT= Function for Tier Awareness in Existing Applications
Name: VSAM143

Description: The following RDML function is used in conjunction with the X_RUN command parameter INIT= to introduce tier awareness into an existing application.
FUNCTION OPTIONS(*DIRECT *MLOPTIMIZE *LIGHTUSAGE);
********** COMMENT(This is a general purpose);
********** COMMENT(INIT= function. It is used);
********** COMMENT(to automatically connect);
********** COMMENT(to the DATA tier);
CHANGE FIELD(#STD_OBJ) TO(*DATA_TIER);
RETURN;