Jim,

There are two PROC's issues that are being brought to my attention.
However, one has been resolved.  Evidently, some PROC's
had a space between the H and the SELECT statement.  I.E.,

H SELECT DATAFILE
P

Removing the space in those PROC's has corrected that problem.  Below
is a different issue but I think it may be related to the first.
This PROC fails on the CONTROL-CHARS ON statement.  See the very end
for the contents of the PO buffer:

The PROC statements follow:

MOTT
TOP
.P
TOP
001 PQN
002 DEBUG ON
003 O HERE 1
004 HRUN BP GREET
005 P
006 O HERE 2
007 HCONTROL-CHARS ON
008 P
009 O HERE 3
010 HRUN BP PRINTER.ASSIGN
011 P
012 O HERE 4
013 HRUN BP CHECK.ACTIVE.UPDATE
014 P
015 O HERE 5
016 HRUN BP TELEPRICE.NOTIFICATION
017 P
018 O HERE 6
019 [MENU-PROKS MENU]
BOTTOM
.


I pick-up in the middle of the debug stream…

  Press <cr> To Continue: MOTT
006 O HERE 2

ActiveIPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PI:MOTT^
001^
SI:
001^
ActiveOPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PO:
001^
SO:
001^
Press x to exit debugger, q to quit proc :
 HERE 2
MOTT
007 HCONTROL-CHARS ON

ActiveIPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PI:MOTT^
001^
SI:
001^
ActiveOPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PO:
001^
SO:
001^
Press x to exit debugger, q to quit proc :
MOTT
008 P

ActiveIPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PI:MOTT^
001^
SI:
001^
ActiveOPBuffer :PRIMARY
 
123456789-123456789-123456789-123456789-123456789-123456789-123456789-
PO:CONTROL-CHARS^ON
002 ^
SO:
001^
Press x to exit debugger, q to quit proc :
jsh SUPPORT ~ -->


I’m not sure if the CHAR(254) (I think that’s what that is) separating
the CONTROL-CHARS and ON in the PO buffer is supposed to be there?



--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to