The sample jobstream below can be used to display and/or modify the settings used to calculate the number of actual seconds that can elapse before a job is cancelled automatically. In the code below:
//SETMULT JOB 'SETMULT',CLASS=A,MSGCLASS=X,NOTIFY=MFIDMF //* //* List out all the values contained in jesinfo.dat //* //LIST01 EXEC PGM=MVSP0036,PARM='LIST' //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=*,HOLD=Y //SYSIN DD * /* //* //* Set the values in jesinfo.dat for TIME= multipliers //* as a default and on a class by class basis. //* The multipliers are used in an attempt to equate CPU Seconds //* to "real" seconds. //* //STEP10 EXEC PGM=MVSP0036,PARM='JESMULTIPLIER' //SYSOUT DD SYSOUT=* //SYSPRINT DD SYSOUT=*,HOLD=Y //SYSIN DD * DEFAULT(0010) A(0009) B(0004) C(0002) D(0100) /*
Note the following: