![]() | |
#41
| |||
| |||
|
#42
| |||
| |||
|
|
The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#43
| |||
| |||
|
|
The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#44
| |||
| |||
|
|
NB - I thouroughly reccommend you learn how to use ED, then never use it for Databasic. Download the u2 clients and use unidebugger, or the wintegrate editor, or use one of the many offerings arround for windows based editors. Just my little bit of advice ! rgds Symeon martin.kent (AT) postrelational (DOT) co.uk wrote: The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#45
| |||
| |||
|
|
I will definitely keep that in mind. Just out of curiosity what is the reasoning behind it? Is it an ease of use issue? Thanks. -- WILLIE RIVERS "Symeon" <symeonb (AT) gmail (DOT) com> wrote in message news:1153899871.553322.235740 (AT) i3g2000cwc (DOT) googlegroups.com... NB - I thouroughly reccommend you learn how to use ED, then never use it for Databasic. Download the u2 clients and use unidebugger, or the wintegrate editor, or use one of the many offerings arround for windows based editors. Just my little bit of advice ! rgds Symeon martin.kent (AT) postrelational (DOT) co.uk wrote: The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#46
| |||
| |||
|
|
Will, There's nothing wrong with using ED for editing a DataBasic program. It's just sort of tedious, particularly if you like to indent your code and format it to make it more readable. You're probably not old enough to have ever used ED for CP/M 2.2, so you don't really know how bad an editor can be. But, I entered many programs using either ED and can state they absolutely will work. However, other programs are much easier. My favorite at this time - if your standard computer uses Windows - is AccuTerm. You can download an evaluation copy from www.asent.com and use it for a while. It comes with a wonderful windows editor called WED that lets you use a windows program to edit your data. It will do syntax highlighting and formatting if desired. Larry Hazel "Will" <wrivers (AT) charter (DOT) net> wrote in message news:GySxg.63$DW3.59 (AT) fe06 (DOT) lga... I will definitely keep that in mind. Just out of curiosity what is the reasoning behind it? Is it an ease of use issue? Thanks. -- WILLIE RIVERS "Symeon" <symeonb (AT) gmail (DOT) com> wrote in message news:1153899871.553322.235740 (AT) i3g2000cwc (DOT) googlegroups.com... NB - I thouroughly reccommend you learn how to use ED, then never use it for Databasic. Download the u2 clients and use unidebugger, or the wintegrate editor, or use one of the many offerings arround for windows based editors. Just my little bit of advice ! rgds Symeon martin.kent (AT) postrelational (DOT) co.uk wrote: The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#47
| |||
| |||
|
|
Homer sums it up well. Writing programs is much easier with a windows editor, mainly because you can copy and paste, go to a certain place using the mouse etc. + you also get syntax highlighting, formatting and they will compile and catalog your program for you as well. Personaly i like the wintegrate one, a free trial is on the clients CD (or downloadable) or the unidebugger is free and is pretty much the same editor as the wintegrate editor. Homer L. Hazel wrote: Will, There's nothing wrong with using ED for editing a DataBasic program. It's just sort of tedious, particularly if you like to indent your code and format it to make it more readable. You're probably not old enough to have ever used ED for CP/M 2.2, so you don't really know how bad an editor can be. But, I entered many programs using either ED and can state they absolutely will work. However, other programs are much easier. My favorite at this time - if your standard computer uses Windows - is AccuTerm. You can download an evaluation copy from www.asent.com and use it for a while. It comes with a wonderful windows editor called WED that lets you use a windows program to edit your data. It will do syntax highlighting and formatting if desired. Larry Hazel "Will" <wrivers (AT) charter (DOT) net> wrote in message news:GySxg.63$DW3.59 (AT) fe06 (DOT) lga... I will definitely keep that in mind. Just out of curiosity what is the reasoning behind it? Is it an ease of use issue? Thanks. -- WILLIE RIVERS "Symeon" <symeonb (AT) gmail (DOT) com> wrote in message news:1153899871.553322.235740 (AT) i3g2000cwc (DOT) googlegroups.com... NB - I thouroughly reccommend you learn how to use ED, then never use it for Databasic. Download the u2 clients and use unidebugger, or the wintegrate editor, or use one of the many offerings arround for windows based editors. Just my little bit of advice ! rgds Symeon martin.kent (AT) postrelational (DOT) co.uk wrote: The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
#48
| |||
| |||
|
|
Thanks guys. This helps a lot. I know that as I progress I will have many many many questions. I am learning the language because the company I work for is switching to a system that uses DataBasic and UniVerse and I will be developing routines and reports around that. Thanks again for the input. -- WILLIE RIVERS "Symeon" <symeonb (AT) gmail (DOT) com> wrote in message news:1153988488.402727.42180 (AT) m73g2000cwd (DOT) googlegroups.com... Homer sums it up well. Writing programs is much easier with a windows editor, mainly because you can copy and paste, go to a certain place using the mouse etc. + you also get syntax highlighting, formatting and they will compile and catalog your program for you as well. Personaly i like the wintegrate one, a free trial is on the clients CD (or downloadable) or the unidebugger is free and is pretty much the same editor as the wintegrate editor. Homer L. Hazel wrote: Will, There's nothing wrong with using ED for editing a DataBasic program. It's just sort of tedious, particularly if you like to indent your code and format it to make it more readable. You're probably not old enough to have ever used ED for CP/M 2.2, so you don't really know how bad an editor can be. But, I entered many programs using either ED and can state they absolutely will work. However, other programs are much easier. My favorite at this time - if your standard computer uses Windows - is AccuTerm. You can download an evaluation copy from www.asent.com and use it for a while. It comes with a wonderful windows editor called WED that lets you use a windows program to edit your data. It will do syntax highlighting and formatting if desired. Larry Hazel "Will" <wrivers (AT) charter (DOT) net> wrote in message news:GySxg.63$DW3.59 (AT) fe06 (DOT) lga... I will definitely keep that in mind. Just out of curiosity what is the reasoning behind it? Is it an ease of use issue? Thanks. -- WILLIE RIVERS "Symeon" <symeonb (AT) gmail (DOT) com> wrote in message news:1153899871.553322.235740 (AT) i3g2000cwc (DOT) googlegroups.com... NB - I thouroughly reccommend you learn how to use ED, then never use it for Databasic. Download the u2 clients and use unidebugger, or the wintegrate editor, or use one of the many offerings arround for windows based editors. Just my little bit of advice ! rgds Symeon martin.kent (AT) postrelational (DOT) co.uk wrote: The full set of documentation for universe is at http://www-306.ibm.com/software/data/u2/pubs/library/ The manual for the ED line editor (which I assume is the editor mentioned) is at http://publib.boulder.ibm.com/epubs/pdf/25119110.pdf |
![]() |
| Thread Tools | |
| Display Modes | |
| |