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

displaying a blank line in sysout after abending


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

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Sun Jul 06, 2008 9:33 pm
Reply with quote

Hi ,

I have one display statement before calling ILBOABNO for making a user abend. But if you making that error using expeditor I am getting blank in sysout after the statement, which i have given for display in module. can some one tell the reason.

my Sysout

**********TOP OF DATA ******************
file open error

******************** BOTTOM OF DATA *************

a blank line after statement 'file open error'.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Jul 06, 2008 10:09 pm
Reply with quote

Hello,

Possibly because that is the way expeditor works?

Why is this a concern?
Back to top
View user's profile Send private message
luttapi

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Mon Jul 07, 2008 1:48 pm
Reply with quote

if i am show sysout for some testcases the question arises and i could find the origin.... thanks for the replay
Back to top
View user's profile Send private message
luttapi

New User


Joined: 05 Jun 2007
Posts: 24
Location: kerala

PostPosted: Mon Jul 07, 2008 2:03 pm
Reply with quote

Can tell me one thing if we are calling ILBOABNO after a display statement , is there any chance to display blank line before abending the program..?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Jul 07, 2008 7:37 pm
Reply with quote

Hello,

You might try displaying another blank line or issuing a display for some unprintable hex character.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Tue Jul 08, 2008 1:28 am
Reply with quote

Is the line with error message longer than can be displayed on one screen line by expeditor? May be it is just wrapping to display all of the line.
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 Write line by line from two files DFSORT/ICETOOL 7
No new posts IBM OnDemand Folders displaying to al... IBM Tools 6
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts rewrite same SAY line CLIST & REXX 8
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
Search our Forums:

Back to Top