Explanation
The CINT transaction received an incorrect value for <action>
when it was started by another task using EXEC CICS START TRANSID('CINT')
FROM(<action>), or started from a terminal by entering CINT <action>.
Only these <action> values are acceptable:
- START
- STOP
- PAUSE
- CONTINUE
- REFRESHOPTIONS
- STARTALL
- STOPALL
- PAUSEALL
- CONTINUEALL
- REFRESHALLOPTIONS
- STARTAFF
- STARTINT
- STARTBOTH
- STARTALLAFF
- STARTALLINT
- STARTALLBOTH
System action
The CINT transaction is stopped.
User response
Correct the <action> passed to CINT to be one
of those above.
Module
CIUA000C
Destination
CINT TD queue and
terminal end user, if started from a terminal.