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

SUPPRESS verb in COPY Statement


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bharathyyy

New User


Joined: 13 Jun 2005
Posts: 6

PostPosted: Mon Jun 20, 2005 4:58 pm
Reply with quote

I have a copybook defn. like
COPY copybookname-1 SUPPRESS.

can anyone plz, explain what does the SUPPRESS mean.?
Back to top
View user's profile Send private message
subhasis_50

Moderator


Joined: 09 Mar 2005
Posts: 363
Location: Earth

PostPosted: Mon Jun 20, 2005 5:12 pm
Reply with quote

Hi,
SUPPRESS verb is used when u dont want to show the copied text in the compiler listing.

COPY copybookname-1 SUPPRESS.

So here the copied text from your copybook will not be printed in the source code listing. Correct me if i am wrong.
Back to top
View user's profile Send private message
sudheer648

New User


Joined: 23 May 2005
Posts: 97
Location: Chennai

PostPosted: Mon Jun 20, 2005 6:00 pm
Reply with quote

Hi bharath,


Check this Link.

http://publib.boulder.ibm.com/infocenter/pdthelp/index.jsp?topic=/com.ibm.faultanalyzer3.doc/idiugc06178.htm
Back to top
View user's profile Send private message
Prasanthhere

Active User


Joined: 03 Aug 2005
Posts: 306

PostPosted: Mon Aug 08, 2005 12:28 pm
Reply with quote

SUPPRESS verb is used when u dont want to show the copy book variable with in the spool of that job we go 4 copy supress
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top