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:

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 the

RE: [U2] Checking the global catalog?

2005-02-11 Thread Hanley, Iain
: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

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

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 O

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] -Origin

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 uns

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 catalo