Re: [U2] Catalog Command

2007-03-08 Thread john reid
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lakeland Sent: Wednesday, March 07, 2007 9:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] catalog command Compile first. BASIC BP SUB CATALOG BP *SUB Or CATALOG BP SUB -Original

Re: [U2] catalog command

2007-03-07 Thread Ray Wurlod
Almost certainly this is related to permissions on the account directory. Either you can not create a BP.O subdirectory (lacking write permission to the account directory) or a file called SUB within BP.O (lacking write permission to the BP.O subdirectory). Or, a slight chance, your disk is

Re: [U2] catalog command

2007-03-07 Thread MAJ Programming
Sidebar to ms Anita's questions: We've lived through all of the quirks of the evolution of our beloved MV database and programming language. It's second nature to us. Virtually all of our techniques preceed those developed in other databases and languages. Thus, we endeavor to learn the new

RE: [U2] catalog command

2007-03-07 Thread Mark Eastwood
Did you Compile the BP Program (BASIC BP XXX)? I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB for

RE: [U2] catalog command

2007-03-07 Thread Andrew Lakeland
Compile first. BASIC BP SUB CATALOG BP *SUB Or CATALOG BP SUB -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda Sent: 07 March 2007 13:56 To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Hi I have created

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
I have created one BP file containing the main procedure (say Main)and another BP file which contains the subroutine (say SUB). I tried cataloging the subroutine but couldnot it raised the following error Unable to open BP.O/SUB for cataloging.Also I want to view all the cataloged

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
Sorry this is just a test -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anita Panda Sent: 07 March 2007 14:56 To: u2-users@listserver.u2ug.org Subject: [U2] catalog command Hi I have created one BP file containing the main procedure (say Main)and

RE: [U2] catalog command

2007-03-07 Thread Norman Morgan
-Original Message- Sidebar to ms Anita's questions: We've lived through all of the quirks of the evolution of our beloved MV database and programming language. It's second nature to us. Virtually all of our techniques preceed those developed in other databases and languages.

RE: [U2] catalog command

2007-03-07 Thread Tom Dodds
, 2007 8:09 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] catalog command Almost certainly this is related to permissions on the account directory. Either you can not create a BP.O subdirectory (lacking write permission to the account directory) or a file called SUB within BP.O (lacking write

RE: [U2] Catalog Command

2007-03-07 Thread Brutzman, Bill
I have had better luck with '*' option below... as the '*' uses the global catalog. --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew Lakeland Sent: Wednesday, March 07, 2007 9:16 AM To: u2-users@listserver.u2ug.org Subject: RE: [U2] catalog

RE: [U2] catalog command

2007-03-07 Thread Louie Gouws
Anita, It looked like the example in my post was a bit scrambled It must read: In U2 environment in Windows File = BP Folder = BP With records OR items OR programs (in this case)

RE: [U2] catalog command

2007-03-07 Thread Stevenson, Charles
You've got to feel for Anita. She's a good candidate for the U2 Incubator CD that U2UG is pushing for. We want a single spot where a new techie can go to install an instance of the personal edition (or something close to it) along with explanations, examples, and pointers to resources. Stay

Re: [U2] catalog command

2007-03-07 Thread Allen Egerton
Ray Wurlod wrote: Almost certainly this is related to permissions on the account directory. Either you can not create a BP.O subdirectory (lacking write permission to the account directory) or a file called SUB within BP.O (lacking write permission to the BP.O subdirectory). Or, a slight

RE: [U2] Catalog Command

2007-03-07 Thread Bill Haskett
Anita: Try the following link for publications: http://jes.com/picklist.html The publications all refer to PICK, which has been known to be a dirty word in the U2 space. But these publications are great, if you need them. Hope this helps. Bill --- u2-users mailing list

Re: [U2] catalog command

2007-03-07 Thread MAJ Programming
One of my clients gave me the book Pick for Humans ISBN 007707243. Don't know if it's out of print. - Original Message - From: Norman Morgan [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Wednesday, March 07, 2007 9:49 AM Subject: RE: [U2] catalog command -Original