How to make OPS/MVS ABEND
search cancel

How to make OPS/MVS ABEND

book

Article ID: 132104

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

I want to make OPS/MVS ABEND for testing purpose ..How can i do that ? I tried few ways , but that did not help.

Environment

Release:
Component: OPSMVS

Resolution

You need a rule to issue over 100 messages.

)CMD EMP
)PROC
DO i = 1 to 102
address wto
"msgid(TESTMSG) TEXT('test for emp')"
END

Enable it then issue the command from opslog in your TSO session, if messagemax is 100 we should shutdown. You could also have a rule to suppress or even delete the TESTMSG message so it doesn't appear everywhere.