The following is an example of a SYSTEM_INI procedure that displays a list of objects instead of the QMF Home screen:
PROC Q.SYSTEM_INI LINE 1 -- This QMF procedure example shows how to set up QMF session defaults for -- every QMF user to display a list of objects instead of the QMF Home -- screen. -- QMF SET GLOBAL (DSQEC_NLFCMD_LANG=1) -- Process English Commands QMF RESET PROC -- Hide Contents of this procedure QMF SET GLOBAL (DSQDC_LIST_ORDER=3A) -- Object List sorted by object name QMF SET GLOBAL (DSQEC_NLFCMD_LANG=0) -- Return to Presiding Language QMF LIST ALL -- LIST OBJECTS FOR ENGLISH