Pick_Tex wrote:
On Mar 31, 10:29 pm, Jim Idle <[email protected]> wrote:
  
Pick_Tex wrote:
    
A couple of days ago, PROC's have started failing.  The execution of
system commands like, CONTROL-CHARS ON or SELECT, are causing the PROC
to exit to TCL.   For example, the PROC statements
      
     HCONTROL-CHARS ON
     P
      
cause an exit to TCL.  However the removing the "ON" option allows the
PROC to run in its entirety.
      
Check that you are not out of tmp space and that you have a performed an
UpdateMD.

Jim
    

I had already cleared the $JBCRELEASEDIR/tmp directory prior to
posting this message.  The problem did not clear up.  I have tried the
UpdateMD command (which copied 181 items) as you had suggested but
still have the problem.
  
Actually I meant system tmp space - probably need a jdiag to help you determine what that is, but it is the space used by jBASE when it wants to EXECUTE something. Sometimes this is /tmp sometimes this is /var/tmp and so on.
One other word of note.  The following message is displayed when
running MYEXEC on a PROC that requires input:

ENTER DESIRED DATE OR END (MM/DD/YY):03/25/09
***DAILY CHEAT SHEET PAY-TYPE REPORT NOW SPOOLING***
jpqn : Duplicated label at line 5 in /ultimate/data/accounts/main/data/
MD, SELEC T jsh
SUPPORT ~ -->
  
Ah well, have you checked that PROC to see if there is a duplicated label?

I am not sure if the display:

SELEC T jsh
SUPPORT ~ -->
Is an artifact of your cut and paste, but on the face of it, if it is not a cut and paste thing, then there might just be a typo/bug in your PROC such that it is trying to lok in the MD for a PROC called: "SELEC T jsh" or perhaps "SELEC T" and there either is one called that by accident and it is broken, or it is just screwing things up.

Perhaps you have an extra H command by accident or left of a P or something like that.

Why don't you use the proc debugger and step through that PROC?

Jim

--~--~---------~--~----~------------~-------~--~----~
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