Title: | *OLD* ALL-IN-1 (tm) Support Conference |
Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 |
Moderator: | IOSG::PYE |
Created: | Thu Jan 30 1992 |
Last Modified: | Tue Jan 23 1996 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 4343 |
Total number of notes: | 18308 |
I am writing an application (MAILbus Conversion Manager) where we want to be converting WPL, DX, and TEXT files. I thought one alternative would be to use ALL-IN-1 starter and use the COPY function (in addition to CDA Converter library and the DCF routines). I've run into a snag that I thought perhaps somebody in here could help me with. My command procedure is very simple: $ in:==test.wpl $ in:==test.dx $ allin1/noinit copy cli$in cli$out get oa$status exit How can I easily and cheaply pass oa$status back so that it can be tested by the command procedure, preferably in a symbol or logical? Bruce
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
829.1 | You nearly had it already! | IOSG::TALLETT | Arranging bits for a living... | Mon Jun 08 1992 18:22 | 6 |
You were nearly there, try GET CLI$STAT = OA$STATUS then test the DCL symbol STAT. Regards, Paul | |||||
829.2 | WKRP::LEETCH | US Messaging Practice DTN 432-7628 | Mon Jun 08 1992 19:01 | 6 | |
Re: -1 Wonderful! Thanks for saving me a few hours of flailing around. Works like a charm. Bruce | |||||
829.3 | OA$INI_INIT | MDCRAB::HOWARD | Our business is computers not money | Fri Jun 12 1992 05:30 | 6 |
This is unrelated to the symbol passing, but there was a recent note about copying .WPL files in this context, and it was determined that one needed an OA$INI_INIT or something to allow ALL-IN-1 to find WPSDEF.WPL. I'm not sure why it wasn't a problem here. Ben |