EasyRule画面でMessage Text全文を指定する
search cancel

EasyRule画面でMessage Text全文を指定する

book

Article ID: 273881

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

検知したWTOメッセージ全文をEasyRule画面のMessage Text欄に指定することは出来ますか?

標準の指定エリアではカラム数が足りず、全ての情報を指定することができません。

Environment

Release : 14.0

Resolution

EasyRuleでは、Message Text欄に{MSG.TEXT}や、{MSG.TEXT.n}を指定して、長文のテキストデータを指定することができます。


<ご参考:指定方法>


                    I S S U E   N E W   M E S S A G E                        
                                                                             
   Message ID  ===> TEST001IR__                                               
   Message text ==> {MSG.TEXT}_______________________________                
                    _________________________________________                
                    _________________________________________                
                    _________________________________________                
                                                                       

<ご参考:出力結果(Rule抜粋)>

)MSG TEST001I                                                            
)PROC                                                                   
/*--------------------------------------------------------------------*/
/* The following code is executed each time the rule is fired.        */
/*--------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /* Issue a message to an MVS console.                               */
  /*------------------------------------------------------------------*/
  address WTO                                                           
   "MSGID(TEST001IR) ",                                              
    "TEXT('"MSG.TEXT"')"                                                
  return                                                                

 

Additional Information

Old Japanese Knowledge document ID: JTEC003252 

OPS/MVSのその他FAQについては、以下のリンクからご確認ください。

JTEC002336 : OPS/MVS FAQ一覧表