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 !
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 !