Pick_Tex wrote:

On Apr 1, 11:24 am, Jim Idle <[email protected]> wrote:
  
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?
    
Does the PROC have duplicated labels?
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?
    
I think that using the PROC debugger is your best bet, this will let you single step and find out what command you are trying to execute and how the command gets built. It looks like it is building an invalid command. WHY it builds that is unknown without debugging things. Did you change emulations or upgrade jBASE or something like that? Is the proce build the command by executing a program that uses PROCWRITE?

Jim
    

Jim,

I did cut and paste the proc output.  So, it was not a typo in the
PROC, etc., etc.
  
No, I think that that means there IS an error in the PROC, or at least the way it is building the command is what I am saying. Unless the error message is bad, it is saying it is looking for a strangely formed command name, however using the proc debugger will tell you how it arrives at this.

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