Scheduler message CACM060I is produced for some jobs and not others
search cancel

Scheduler message CACM060I is produced for some jobs and not others

book

Article ID: 272322

calendar_today

Updated On:

Products

Scheduler Job Management

Issue/Introduction

Sample Scheduler messages seen in the Scheduler job log to indicate job completion: 

CACM069I SCHD MSG FOR JOB:PAYME       IN SCHEDULE:PAYROLL    AT STATION:40   
CACM069I SCHD JOB STARTED AT 11.10.53 ON SYS1                           
CACM060I SCHD MSG FOR JOB:PAYME      IN SCHEDULE:PAYROLL     AT STATION:40   
CACM060I SCHD COMPLETED AT 11.10.58  CODE:00000 ON SYS1    

These messages are produced for some jobs that run under Scheduler control, and not other jobs.  Why?    

 

  

 

 

 

Environment

Release : 11.0

Resolution

These messages are issued when the job's JMR (Job Messages Record) defines a userid (such as OPERATOR) to receive ENDMSG (Job End) notification. 

How to set notification:

  • In Scheduler ISPF: bring up the job definition, enter jmr on the command line to display the Job Messages panel (panelid CAJI222I).  Here you can display/set the Userid to Notify for an individual event, or for all events.
  • In batch mode, run utility CAJUTIL0, command DEFINE JMR or ALTER JMR.

        Example: DEFINE JMR NAME=myjob,S=mysched,Endmsg='OPERATOR'