Developing Messages for Your Automation Procedures
Depending on the scope of additional programming, creating new automation procedures may also require developing additional messages.
Some SA z/OS facilities and commands you can use to develop messages include:
The following steps summarize the message development process.
- Choose a message ID. Make sure it is unique.
- Use NetView message services to define the
message to NetView.
Put an entry for the message in a DSIMSG data set. This data set must be identified in a DSIMSG data definition (DD) name.
- Use the AOCMSG automation routine to issue the message.
- Add an entry for the message to your production copy of the NetView DSIMSG data set.