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

Any Way by which Display can be suppressed


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

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Thu Aug 18, 2011 11:13 pm
Reply with quote

OK, so what does the SYSOUT in test look like? What is the SYSOUT=($,,STAN) all about?
Back to top
View user's profile Send private message
saurabh39
Warnings : 1

Active User


Joined: 11 Apr 2008
Posts: 144
Location: Jamshedpur

PostPosted: Fri Aug 19, 2011 12:05 am
Reply with quote

In test, I did see the usual syncsort message and the display which i was expecting. But one thing which i found in spool(which i have never seen is)

Code:
**SET AT 600**     ALIMIT = 000059 BLIMIT = 000000 CLIMIT = 000000


The message displayed is no where in the program, but not sure from where that message came in.
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Fri Aug 19, 2011 12:11 am
Reply with quote

And what does the SYSOUT DD statement look like in test?
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Fri Aug 19, 2011 12:13 am
Reply with quote

Remember you have the EXHIBIT NAMED. I think you can track it to that.

Are you saying you didn't see the SYNCSORT either in production?

Check out what the STAN stuff means. I think you'll find it squirelled away somewhere. Talk to "production support" or whoever it is responsible for production JCL.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Aug 19, 2011 12:14 am
Reply with quote

IIRC, that display is generated by OS/VS COBOL -- possibly as a result of a compiler option or EXHIBIT? -- to indicate variable values at a particular line of the program.
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 Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts How to display the leading zeros of a... DB2 7
No new posts SDSF display Max-RC in different colors TSO/ISPF 4
No new posts Converting a file from PD to display ... SYNCSORT 4
No new posts Unable to display comp variable COBOL Programming 4
No new posts Adding FIND to ISPF Panel display of ... TSO/ISPF 3
Search our Forums:

Back to Top