Newer version of documentation BMC provides a newer version of the documentation for this version of the product. As a result, BMC no longer accepts comments in this space.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see bao8301.

Testing EXECs without issuing WTOs


If you are writing EXECs with the IMFEXEC WTO statement and you want to run your EXEC without actually issuing the WTO, replace the IMFEXEC WTO statement with IMFEXEC MSG and the message will be written to the BBI-SS PAS Journal.

For example, if you have the following statement:

REXX EXEC example:

 'IMFEXEC WTO 'THE WORLD IS COMING TO AN END' DESC(2)'

CLIST example:

 IMFEXEC WTO 'THE WORLD IS COMING TO AN END' DESC(2)

you can comment it out with comment marks (/*, */) and use

REXX EXEC example:

 'IMFEXEC MSG 'THE WORLD IS COMING TO AN END''

CLIST example:

 IMFEXEC MSG 'THE WORLD IS COMING TO AN END'

This message would be written to the BBI-SS PAS Journal.

Related topic

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*