IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is it possible to the suppress the messages


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Thu Dec 11, 2008 11:26 am
Reply with quote

The below are the two messages will be displayed when ever its deleted a particular dataset and while submitting a job, i want to see the message like job submitted but i don't want to display if the file is deleted is it possible
Code:
ex :
IDC0550I ENTRY (A) PXXXXX.NAGESH.AFCDATE DELETED   << want to suppress this message only
IKJ56250I JOB PXXXXA(JOB32251) SUBMITTED         
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Dec 11, 2008 10:41 pm
Reply with quote

You need to explain how you are deleting and how you are submitting.
Back to top
View user's profile Send private message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Fri Dec 12, 2008 10:06 am
Reply with quote

Code:
"DEL '"USER".NAGESH.AFCDATE'"                     
"ALLOC FI(DD1) DS('"USER".NAGESH.AFCDATE') NEW"   
"SUB '"USER".NAGESH.AFCDATE(JCLAFC)'"


Thanks alot in advance
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Fri Dec 12, 2008 10:40 am
Reply with quote

Read up about the OUTTRAP builtin function that is part of the z/OS rexx.
Back to top
View user's profile Send private message
parsesource

New User


Joined: 06 Feb 2006
Posts: 97

PostPosted: Sun Dec 14, 2008 4:34 pm
Reply with quote

nkothako wrote:
Code:
"DEL '"USER".NAGESH.AFCDATE'"                     
"ALLOC FI(DD1) DS('"USER".NAGESH.AFCDATE') NEW"   
"SUB '"USER".NAGESH.AFCDATE(JCLAFC)'"


Thanks alot in advance


use TSO ALLOC with disp(old,delete) + TSO FREE
instead of TSO DELETE
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts REXX GETMSG does not return £HASP880... CLIST & REXX 2
No new posts Read 4MB message and split into multi... COBOL Programming 9
No new posts Suppress messages from being written ... All Other Mainframe Topics 6
No new posts Web Service VS MQ Messages All Other Mainframe Topics 1
No new posts Suppress value reported by BREAK in D... DFSORT/ICETOOL 3
Search our Forums:

Back to Top