Definition in the APF-authorized Library

If you use HULFT Ver.8, you must define the provided HULFT load module library in the APF-authorized Library list.

Note

If you store any of the following four modules in the APF-authorized Library, other than HULFT load module library, they could result in operational errors after a version upgrade and therefore must be deleted:

  • XRDFASB

  • XRJEND

  • XRJOBWRK

  • XRLOGWRK

[How to dynamically register APF-authorized Library]

The following is an example procedure of dynamic registration. For details, contact your system administrator.

1. Create member 'PROGxx' in SYS1.PARMLIB, and register the contents as shown below.

For xx, define a character string of your choice.

[Contents of 'PROGxx']

/* DEFINE APF-AUTHORIZED LIBRARY*/                                              
APF FORMAT(DYNAMIC)                                                             
APF ADD DSNAME(HULFT.LOAD) VOLUME(HUL001)                                       

Parameter

Value

Description

DSNAME

HULFT.LOAD

HULFT load module library

VOLUME

HUL001

Volume Name

2. Run the following command on the console.

SET PROG=xx

= Remarks =

For xx, define the same character string that you defined for xx of the member name registered in 1. .

Note

If you performed dynamic registration, the registered contents become ineffective when machine IPL is executed. Perform dynamic registration each time.
Or, configure the operating system so that 'PROGxx' is used automatically when you start up the machine.