z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


CEEBLNUE sample

z/OS Language Environment Customization
SA38-0685-00

Figure 1 shows the source for the IBM-supplied CEEBLNUE CSECT. It is provided in the CEE.SCEESAMP data set.

Figure 1. Sample of CEEBLNUE load notification user exit CSECT
*/*******************************************************************/
*/*                                                                 */
*/*    LICENSED MATERIALS - PROPERTY OF IBM                         */
*/*                                                                 */
*/*    5645-001 5688-198                                            */
*/*                                                                 */
*/*    (C) Copyright IBM Corp. 1991, 1997                           */
*/*                                                                 */
*/*    All Rights Reserved                                          */
*/*                                                                 */
*/*    US Government Users Restricted Rights - Use, duplication or  */
*/*    disclosure restricted by GSA ADP Schedule Contract with IBM  */
*/*    Corp.                                                        */
*/*                                                                 */
*/*    Status = HMWL810                                             */
*/*                                                                 */
*/*******************************************************************/
         CEEXLHD        ,User exit header
*====================================================================*
*                                                                    *
*        To specify a load notification user exit,                   *
*        change the line where CEEXLRT is specified,                 *
*        by doing the following:                                     *
*                                                                    *
*        1. Change XXXXXXXX to the name of your load notification    *
*           user exit module name.  This name must not be longer     *
*           than 8 characters.                                       *
*                                                                    *
*        2. Change the asterisk (*) in column 1 to a blank.          *
*                                                                    *
*====================================================================*
*        CEEXLRT LOADXIT=XXXXXXXX
         CEEXLST        ,Terminate the list

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014