z/OS MVS Planning: APPC/MVS Management
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of Defining Scheduling Defaults

z/OS MVS Planning: APPC/MVS Management
SA23-1388-00

To provide defaults for TP profiles that do not specify certain scheduling parameters, code a parmlib member that contains a TPDEFAULT statement.

Figure 1. ASCHPM3A
  TPDEFAULT
     REGION(2M)
     TIME(1,30)
     MSGLEVEL(1,0)
     OUTCLASS(J)

This TPDEFAULT example specifies that:

  • The amount of virtual storage assigned to the TP is 2M.
  • TPs that take longer than 1 minute 30 seconds of CPU time will be abnormally terminated.
  • All statements and messages issued during TP profile add and modify processing will be generated, but statements and messages issued when a TP profile is accessed to run a TP will be generated only if the TP abnormally terminates.
  • J is the class used as a default MSGCLASS for TPs whose profiles do not specify the MSGCLASS keyword in their JOB statements. (When the SYSOUT keyword does not include a specific output class, the value of MSGCLASS can be used as a default. Thus, OUTCLASS can affect how SYSOUT is processed.)
To activate these values in member ASCHPM3A, issue the SET command as follows:
  SET ASCH=3A
Scheduling defaults for the system can be viewed by issuing the following DISPLAY command:
  DISPLAY ASCH,SUMMARY
Figure 2. DISPLAY command output
  ASB101I  21.28.12  ASCH DISPLAY
    CLASSES   ACTIVE TRANS   QUEUED TRANS   IDLE INITS    TOTAL INITS
     00003       00010          00011         00000          00010
    REGION       TIME          MSGLEVEL      OUTCLASS       SUBSYS
    0002M       0001,30         1,0             J            JES2

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014