[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

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

829.0. "pass COPY status back to DCL?" by WKRP::LEETCH (US Messaging Practice DTN 432-7628) Mon Jun 08 1992 18:12

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.RTitleUserPersonal
Name
DateLines
829.1You nearly had it already!IOSG::TALLETTArranging bits for a living...Mon Jun 08 1992 18:226
    
    	You were nearly there, try GET CLI$STAT = OA$STATUS then test the
    	DCL symbol STAT.
    
    Regards,
    Paul
829.2WKRP::LEETCHUS Messaging Practice DTN 432-7628Mon Jun 08 1992 19:016
Re: -1

Wonderful! Thanks for saving me a few hours of flailing around. Works like a
charm.

Bruce
829.3OA$INI_INITMDCRAB::HOWARDOur business is computers not moneyFri Jun 12 1992 05:306
    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