Macros under the REXX/CICS File List Utility

The REXX File List Utility supports REXX macros, giving the macros the ability to alter the FLST settings and display the FLST screens. Macros can process all of the FLST commands.

The following example addresses the FLST environment and alters the FLST settings.

Example:
/* Macro to set some FLST settings */
ADDRESS FLSTSVR
'SET PFKEY 11 EDIT'
'SET PFKEY 12 CANCEL'
'SYNONYM DISCARD RFS DELETE'


Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/rvse559.html