AppWorx, Dollar Universe and Sysload Community

Expand all | Collapse all

[Solved] Does uxrazfic exist for AS400?

  • 1.  [Solved] Does uxrazfic exist for AS400?

    Posted Nov 04, 2008 10:41 AM
    Hi,

    does uxrazfic exist for AS400?

    Eve


  • 2.  [Solved] Does uxrazfic exist for AS400?

    Posted Nov 04, 2008 11:13 AM
    Hi Eve,

    UXRAZFIC exists on AS400. [u][b]But you should - as for other OSs - be very cautious with it and avoid using it without Dollar Access agreement. Also note that the same rules apply for the reinit of certain files (initialization of groups of files which work together).[/b][/u]

    Here is how to use it on AS400:

    1- Stop Dollar Universe (uxshutdown + F4)

    2- Execute the following command:

    CALL PGM(UXRAZFIC) PARM('filename' 'AREA')

    Warning: filename (lowercase) and AREA (uppercase) are case sensitive.

    3- Restart Dollar Universe (uxstartup + F4)


    Example:

    CALL PGM(UXRAZFIC) PARM('u_fmhs50' 'X')
    CALL PGM(UXRAZFIC) PARM('u_fmph50' 'X')

      Michel


  • 3.  [Solved] Does uxrazfic exist for AS400?

    Posted Nov 05, 2008 09:54 AM
    Thanks for your help Michel!