T.R | Title | User | Personal Name | Date | Lines |
---|
1178.1 | See 572.2 | IOSG::NEWLAND | Richard Newland, IOSG, REO1-D/4A | Tue Aug 04 1992 16:26 | 3 |
| It is possible - see note 572.2 in this conference.
Richard
|
1178.2 | Output - Input DSAB | CESARE::EIJS | All in 1 Piece | Tue Aug 04 1992 17:11 | 17 |
|
Charly,
Also, is the .EXT extention related to a text DSAB? If not, and the
.EXT stands for either .DX or .TXT, you probably need the additional
paramaters for the COPY function:
$ ALLIN1/NOINIT
GET LOG$OAUSER = "xxx"
COPY "X.EXT" "Y.WPL" TXT$DSAB_WPSPLUS TXT$DSAB_DX or:
COPY "X.EXT" "Y.WPL" TXT$DSAB_WPSPLUS TXT$DSAB_ASCII
Ciao,
Simon
|
1178.3 | You've got it, both | VNABRW::EHRLICH_K | Fear of the Dark ... | Wed Aug 05 1992 08:22 | 11 |
| Good Morning Richard, Simon
thank you very much for your replies, you've brought some light
in the dark.
Yesterday night I've done a OA$INI_INIT before the COPY Command
and it worked, too.
Thanks again and have a nice day
Charly_CSC_Vienna
|
1178.4 | OA$INI_INITIALIZE | IOSG::NEWLAND | Richard Newland, IOSG, REO1-D/4A | Wed Aug 05 1992 11:13 | 5 |
| An OA$INIT_INITIALIZE will also work because it initializes everything.
The example I gave only initializes the things which need to be initialized
and therefore will probably be faster.
Richard
|