Coding PL/I exits
To enable PL/I exits to be called by CICS® VT, code the procedure statement as follows:
PLIFBE: PROC( vsam_field, db2-field, parm_list) OPTIONS( FETCHABLE BYVALUE ) ;
Parent topic:
General notes for FBEs