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.

Related topic

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'

The message is written to the BBI-SS PAS Journal.

 

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