RE: [U2] Checking the global catalog?

2005-02-11 Thread Mark Olarte
Use 'CTLGTB' instead of 'VOC', at least in UD.

-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Friday, February 11, 2005 1:11 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Checking the global catalog?


If I want to check whether I have accidentally globally cataloged
something (a pattern) is there a way I can check, the way I can SELECT
VOC WITH @ID...?

Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Wendy Smoak
Mark Olarte wrote:

 Use 'CTLGTB' instead of 'VOC', at least in UD.

Looks promising... (and we are on UniData 6.0).

Does this mean that deleting the record from CTLGTB is sufficient to
uncatalog the program?

Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Kryka, Richard
You can run MAKE.MAP.FILE and look in the _MAP_ file on UniData or MAP
file on UniVerse.  The dictionaries of these files is good, so you can
list from there.

Dick Kryka
Director of Applications
CCCS of Greater Denver, Inc.
Paragon Financial Services
303-632-2226
[EMAIL PROTECTED]
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
Sent: Friday, February 11, 2005 2:11 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Checking the global catalog?

If I want to check whether I have accidentally globally cataloged
something (a pattern) is there a way I can check, the way I can SELECT
VOC WITH @ID...?

Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Kevin King
If there isn't a record in the VOC or local catalog, yes. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Wendy Smoak
Sent: Friday, February 11, 2005 3:20 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Checking the global catalog?

Mark Olarte wrote:

 Use 'CTLGTB' instead of 'VOC', at least in UD.

Looks promising... (and we are on UniData 6.0).

Does this mean that deleting the record from CTLGTB is sufficient to
uncatalog the program?

Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Mark Olarte
I'm not sure.  DELETE.CATALOG is what I would use, but if it's cataloged both 
locally and globally, you would have to DELETE.CATALOG twice.  The local 
version is deleted first.

HTH
Mark Olarte

 -Original Message-
 From: Wendy Smoak [mailto:[EMAIL PROTECTED]

 Looks promising... (and we are on UniData 6.0).
 
 Does this mean that deleting the record from CTLGTB is sufficient to
 uncatalog the program?
 
 Thanks,
 Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Hanley, Iain
Wendy,

Take a look at DELETE.CATALOG.

The ECL DELETE.CATALOG command deletes the object code and removes the
record for program from the CTLG subdirectory in which it is cataloged.

Iain.


-Original Message-
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Friday, February 11, 2005 2:20 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Checking the global catalog?


Mark Olarte wrote:

 Use 'CTLGTB' instead of 'VOC', at least in UD.

Looks promising... (and we are on UniData 6.0).

Does this mean that deleting the record from CTLGTB is sufficient to
uncatalog the program?

Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Emphasys is interested in your ideas.  Visit our new online suggestion
box at http://www.emphasysworld.com/sub/feedback.asp to share your thoughts
for nonsoftware-related improvements.  You could win a free pass to
the 2005 Annual User Conference!
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Checking the global catalog?

2005-02-11 Thread Ian Renfrew
Hi Wendy,
First of all, look at the VOC of the account your running the routine from. 
If a VOC entry exists then you're running a directly or locally cataloged 
routine. If no VOC entry exists then you're running a globally catalogued 
routine. If the program was called MYGLOBPGM, then I would then check the 
CTLG/m directory looking for an entry called MYGLOBPGM to ensure that the 
object code exists. An entry may or may not exist in the CTLGTB file. Only 
treat this information as a form of guidance. In reality the CTLGTB file 
could be empty, but UniData runs globally catalogued programs just fine.

Regards,  Ian Renfrew
- Original Message - 
From: Wendy Smoak [EMAIL PROTECTED]
To: u2-users@listserver.u2ug.org
Sent: Friday, February 11, 2005 4:10 PM
Subject: [U2] Checking the global catalog?


If I want to check whether I have accidentally globally cataloged
something (a pattern) is there a way I can check, the way I can SELECT
VOC WITH @ID...?
Thanks,
Wendy Smoak
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/ 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Checking the global catalog?

2005-02-11 Thread Gordon J Glorfield
Seems that I remember a DELETE.CATALOG verb on UD.  You had to execute it 
2 or 3 times to be sure you hit all the places that it could be catalogued 
to.


Gordon J. Glorfield
Sr. Applications Developer
MAMSI (A UnitedHealth Company)
301-360-8839

[EMAIL PROTECTED] wrote on 02/11/2005 05:20:02 PM:

 Mark Olarte wrote:
 
  Use 'CTLGTB' instead of 'VOC', at least in UD.
 
 Looks promising... (and we are on UniData 6.0).
 
 Does this mean that deleting the record from CTLGTB is sufficient to
 uncatalog the program?
 
 Thanks,
 Wendy Smoak
 ---
 u2-users mailing list
 u2-users@listserver.u2ug.org
 To unsubscribe please visit http://listserver.u2ug.org/



This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/