SUBSYSIJ: Running SUBSYSI

Use the SUBSYSIJ JCL to start and control the IBI Subsystem:

//*** Your JOB card
//*
//*------------------------------------------------------------------*
//*                                                                  *
//* Sample JCL to run SUBSYSI, used for starting and controlling     *
//* the IBI Subsystem.  (Additional controls are available from      *
//* the system console; refer to the appropriate product             *
//* documentation for details.)  To run SUBSYSI as a started task,   *
//* refer to member SUBSYSP.                                         *
//*                                                                  *
//* SUBSYSI must be run from an APF-authorized library.              *
//*                                                                  *
//* Update the PARM field to select the desired operation.           *
//* Valid parameters are:  START, RESTART, REPLACE, STOP, REMOVE     *
//*                                                                  *
//*------------------------------------------------------------------*
//*
//SUBSYSI  EXEC PGM=SUBSYSI,PARM=START
//STEPLIB  DD   DISP=SHR,DSN=prefix.SUBSYS.LOAD
//

Information Builders