Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Suppressing 'dataset deleted' message 1

Status
Not open for further replies.

tcurrier

Programmer
Mar 5, 2000
40
0
0
US
This isn't really a Rexx question, but in my Rexx exec I have the following:

ADDRESS TSO "DELETE '"||MY.DATASET||"'"

Is there any way to prevent the 'deleted' message from appearing on the screen ?

IDC0550I ENTRY (A) MY.DATASET DELETED

If not, is there another way to delete a dataset that doesn't produce a message ?

Thanks for any help !

 
I think you can set NOPROMPT, NOLIST, and NOMSG to get the same effect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top