Re: [U2] Does Reality Flavor have globally cataloged subroutines?
We are running in Reality flavor and have many globally cataloged programs. We have separate catalog commands for doing this just as others have mentioned. I have never seen a problem doing this. Jerry -- From: "George Gallen" Sent: Thursday, August 26, 2010 9:53 AM To: "U2 Users List" Subject: Re: [U2] Does Reality Flavor have globally cataloged subroutines? I'll have to play around this this then Thanks -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: Thursday, August 26, 2010 9:49 AM To: U2 Users List Subject: Re: [U2] Does Reality Flavor have globally cataloged subroutines? Hi George, > If I do that, then I lose the features of the Reality Account > correct? Or Do I change it, catalog the routine, then change > it back? You could create an alternative named VOC entry that uses INFORMATION.FORMAT to save changing it back. However, it may not really be an issue. The Reality mode version of CATALOG behaves the same as the Information style one with no extra options (what Ideal/Information and PI/open call "normal mode"). By selecting the INFORMATION format you gain LOCAL and global modes. > The problem is that those accounts were imported from a > Reality system, and I wanted to use some of the subroutines > that were written on another account imported from a Prime > system. The mode of CATALOG has no effect on what you can call. It only determines how the cataloguing is done. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
I'll have to play around this this then Thanks > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Martin Phillips > Sent: Thursday, August 26, 2010 9:49 AM > To: U2 Users List > Subject: Re: [U2] Does Reality Flavor have globally cataloged > subroutines? > > Hi George, > > > If I do that, then I lose the features of the Reality Account > > correct? Or Do I change it, catalog the routine, then change > > it back? > > You could create an alternative named VOC entry that uses > INFORMATION.FORMAT > to save changing it back. > > However, it may not really be an issue. The Reality mode version of > CATALOG > behaves the same as the Information style one with no extra options > (what > Ideal/Information and PI/open call "normal mode"). By selecting the > INFORMATION format you gain LOCAL and global modes. > > > The problem is that those accounts were imported from a > > Reality system, and I wanted to use some of the subroutines > > that were written on another account imported from a Prime > > system. > > The mode of CATALOG has no effect on what you can call. It only > determines > how the cataloguing is done. > > > Martin Phillips > Ladybridge Systems Ltd > 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England > +44 (0)1604-709200 > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
This would require adding a Q pointer to the object code in the other account. Problem is that if the object code changes in the global subroutine, I would also have to re-locally catalog it in each of the PICK accounts. > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Jeff Schasny > Sent: Thursday, August 26, 2010 9:33 AM > To: U2 Users List > Subject: Re: [U2] Does Reality Flavor have globally cataloged > subroutines? > > Another option would be for you to locally catalog them in the account > where you want to use them > > George Gallen wrote: > > If I do that, then I lose the features of the Reality Account > correct? Or > > Do I change it, catalog the routine, then change it back? > > > > The problem is that those accounts were imported from a Reality > system, and I > > wanted to use some of the subroutines that were written on another > account > > imported from a Prime system. > > > > ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
Instead of modifying the CATALOG verb, copy it to something like CATALOGI and then make the mod. Tom RATEX Business Solutions -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Thursday, August 26, 2010 9:12 AM To: U2 Users List Subject: Re: [U2] Does Reality Flavor have globally cataloged subroutines? If I do that, then I lose the features of the Reality Account correct? Or Do I change it, catalog the routine, then change it back? The problem is that those accounts were imported from a Reality system, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Martin Phillips > Sent: Thursday, August 26, 2010 5:16 AM > To: U2 Users List > Subject: Re: [U2] Does Reality Flavor have globally cataloged > subroutines? > > George, > > Modify the VOC entry for CATALOG so that field 6 contains > "INFORMATION.FORMAT". This will give you the full features of the > CATALOG > verb as in Ideal, Information and PI/open accounts. > > You can call a globally catalogued subroutine from all account types. > Just > remember to include the prefix character. > > > Martin Phillips > Ladybridge Systems Ltd > 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England > +44 (0)1604-709200 > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
I just created another catalog verb: >ED VOC ICATALOG 6 lines long. : P 0001: V 0002: CATALOG 0003: I 0004: BDGZ 0005: catalog 0006: INFORMATION.FORMAT Bottom at line 6. : Only thing I've ever used it for is triggers though, so not sure if there is anything else to consider. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Thursday, August 26, 2010 8:12 AM To: U2 Users List Subject: Re: [U2] Does Reality Flavor have globally cataloged subroutines? If I do that, then I lose the features of the Reality Account correct? Or Do I change it, catalog the routine, then change it back? The problem is that those accounts were imported from a Reality system, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Martin Phillips > Sent: Thursday, August 26, 2010 5:16 AM > To: U2 Users List > Subject: Re: [U2] Does Reality Flavor have globally cataloged > subroutines? > > George, > > Modify the VOC entry for CATALOG so that field 6 contains > "INFORMATION.FORMAT". This will give you the full features of the > CATALOG verb as in Ideal, Information and PI/open accounts. > > You can call a globally catalogued subroutine from all account types. > Just > remember to include the prefix character. > > > Martin Phillips > Ladybridge Systems Ltd > 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England > +44 (0)1604-709200 > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
On 26/08/10 14:11, George Gallen wrote: > If I do that, then I lose the features of the Reality Account correct? Or > Do I change it, catalog the routine, then change it back? > > The problem is that those accounts were imported from a Reality system, and I > wanted to use some of the subroutines that were written on another account > imported from a Prime system. You'll only lose the reality features from the CATALOG verb. The alternative is to edit the VOC entry as suggested, but do a save as ICATALOG, so you've got access to both versions (I for INFORMATION or Ideal, take your Pick :-) Cheers, Wol > >> -Original Message- >> From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- >> boun...@listserver.u2ug.org] On Behalf Of Martin Phillips >> Sent: Thursday, August 26, 2010 5:16 AM >> To: U2 Users List >> Subject: Re: [U2] Does Reality Flavor have globally cataloged >> subroutines? >> >> George, >> >> Modify the VOC entry for CATALOG so that field 6 contains >> "INFORMATION.FORMAT". This will give you the full features of the >> CATALOG >> verb as in Ideal, Information and PI/open accounts. >> >> You can call a globally catalogued subroutine from all account types. >> Just >> remember to include the prefix character. >> >> >> Martin Phillips >> Ladybridge Systems Ltd >> 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England >> +44 (0)1604-709200 >> >> ___ >> U2-Users mailing list >> U2-Users@listserver.u2ug.org >> http://listserver.u2ug.org/mailman/listinfo/u2-users > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users > ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
Hi George, If I do that, then I lose the features of the Reality Account correct? Or Do I change it, catalog the routine, then change it back? You could create an alternative named VOC entry that uses INFORMATION.FORMAT to save changing it back. However, it may not really be an issue. The Reality mode version of CATALOG behaves the same as the Information style one with no extra options (what Ideal/Information and PI/open call "normal mode"). By selecting the INFORMATION format you gain LOCAL and global modes. The problem is that those accounts were imported from a Reality system, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. The mode of CATALOG has no effect on what you can call. It only determines how the cataloguing is done. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
Another option would be for you to locally catalog them in the account where you want to use them George Gallen wrote: If I do that, then I lose the features of the Reality Account correct? Or Do I change it, catalog the routine, then change it back? The problem is that those accounts were imported from a Reality system, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- boun...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: Thursday, August 26, 2010 5:16 AM To: U2 Users List Subject: Re: [U2] Does Reality Flavor have globally cataloged subroutines? George, Modify the VOC entry for CATALOG so that field 6 contains "INFORMATION.FORMAT". This will give you the full features of the CATALOG verb as in Ideal, Information and PI/open accounts. You can call a globally catalogued subroutine from all account types. Just remember to include the prefix character. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users -- Jeff Schasny - Denver, Co, USA jschasny at gmail dot com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
If I do that, then I lose the features of the Reality Account correct? Or Do I change it, catalog the routine, then change it back? The problem is that those accounts were imported from a Reality system, and I wanted to use some of the subroutines that were written on another account imported from a Prime system. > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users- > boun...@listserver.u2ug.org] On Behalf Of Martin Phillips > Sent: Thursday, August 26, 2010 5:16 AM > To: U2 Users List > Subject: Re: [U2] Does Reality Flavor have globally cataloged > subroutines? > > George, > > Modify the VOC entry for CATALOG so that field 6 contains > "INFORMATION.FORMAT". This will give you the full features of the > CATALOG > verb as in Ideal, Information and PI/open accounts. > > You can call a globally catalogued subroutine from all account types. > Just > remember to include the prefix character. > > > Martin Phillips > Ladybridge Systems Ltd > 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England > +44 (0)1604-709200 > > ___ > U2-Users mailing list > U2-Users@listserver.u2ug.org > http://listserver.u2ug.org/mailman/listinfo/u2-users ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] Does Reality Flavor have globally cataloged subroutines?
George, Modify the VOC entry for CATALOG so that field 6 contains "INFORMATION.FORMAT". This will give you the full features of the CATALOG verb as in Ideal, Information and PI/open accounts. You can call a globally catalogued subroutine from all account types. Just remember to include the prefix character. Martin Phillips Ladybridge Systems Ltd 17b Coldstream Lane, Hardingstone, Northampton NN4 6DB, England +44 (0)1604-709200 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
[U2] Does Reality Flavor have globally cataloged subroutines?
I tried using the * when I cataloged, but if I use call *subroutine() it doesn't find it. Which brings a second question, If I have one account that is prime flavor, with a globally cataloged subroutine, How would I call it from a reality flavored account? George George Gallen Senior Programmer/Analyst Accounting/Data Division, EDI Administrator ggal...@wyanokegroup.com ph:856.848.9005 Ext 220 The Wyanoke Group http://www.wyanokegroup.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users