SUBSYSIH: Starting the Subsystem and Initializing HiperBUDGET

Use the SUBSYSIH JCL to start the Subsystem and initialize HiperBUDGET:

//*** Your JOB card
//*
//*------------------------------------------------------------------*
//*                                                                  *
//* Sample JCL for starting SUBSYSI and initializing HiperBUDGET.    *
//*                                                                  *
//* Refer to the product documentation for further information on    *
//* SUBSYSI and on HiperBUDGET.                                      *
//*                                                                  *
//* The sample SYSIN input sets no limit on any Hiper resources,     *
//* and then displays the current settings.                          *
//*                                                                  *
//*------------------------------------------------------------------*
//*
//SUBSYSI  EXEC PGM=SUBSYSI,PARM=START
//STEPLIB  DD   DISP=SHR,DSN=prefix.SUBSYS.LOAD
//SYSIN    DD   *
SET MVSLIM=-1,SERVLIM=-1,TCBLIM=-1,FILELIM=-1
DISPLAY HIPERBUDGET
//

Information Builders