Previous Topic

Next Topic

Book Contents

Book Index

Activating the IOANOTE Utility

As a job step

// EXEC IOANOTE,PARM=’text’

As a started task

S IOANOTE,PARM='text'

From another program

CALL CTMNOTE,(NOTELENG)

...

NOTELENG DC H’80’

DC CL80’any customer message text’

Before executing the call to CTMNOTE, you must place the program into AMODE 24. The message generated by the IOANOTE utility is written to the IOA log under message ID MSG999I.

Parent Topic

IOANOTE – Write a Message to the IOA Log File