Data transfert from UNIX to PC (Access)
Markus Grossrieder
markus.grossrieder@alba-systems.com
Tue, 21 Aug 2001 20:03:35 +0200
Hi list,
I'm trying to replace an old application who transferes data from a Unix machine
to a PC. Until now, this was made manually, with Reflection/WRQ protocol (very
slow ...). My idea was to compress the data on the UNIX and transfert the
compressed archives via FTP. Now I have the problem that the files on the PC are
in UNIX format (something with CR/LF instead of CR or LF or just the inverse
...).
Question: which is the best way to convert the files;
- on the UNIX (how ?),
- or on the PC (is there any conversion tool, if possible command-line driven
...) ?
The only way I found is
1. load the files in TextPad,
2. Save As ...,
3. File format: PC
Unix version: Digital Unix V4.0e
TIA for any hint, regards, Markus
----- Original Message -----
From: "Troy, Kenneth" <kenneth.troy@eds.com>
To: <powerh-l@lists.swau.edu>
Sent: Tuesday, August 21, 2001 12:06 PM
Subject: Data conversion error on screen.
> Hi all,
>
> I wonder can you help me with a screen error message which
> is annoying me. Basically, I get a "data conversion error"
> on the screen when I display a date even thought all the data
> displayed is correct.
>
> Our development environment is Axiant 4Gl version 2.03 for a VMS.
>
> Heres an example...
>
> CREATE-DATE of OD-RECORD is defined as "packed *9".
>
> TEMPORARY T-HOLD-CREATE-CATE is defined as a DATE field.
>
> TEMPORARY T-CREATE-DATE DATE
> FIELD T-CREATE-DATE NOID FORMAT DDMMYY SEPARATOR "/" DISPLAY NOLABEL
>
>
> LET T-HOLD-CREATE-DATE = CREATE-DATE OF OD-RECORD
> This line seems to generate a "data conversion error" which appears
> as an error message when the screen is displayed. Ie moving from a
> Packed field to a date field. In debugger mode, values move okay,
> but the screen display has the error.
>
>
> LET T-CREATE-DATE = T-HOLD-CREATE-DATE
> DISPLAY T-CREATE-DATE
> Error message appears on screen...
>
>
>
> I hope you can help me,
>
> Kind regards,
>
> Ken
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> Mailing list: powerh-l@lists.swau.edu
> Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
> Unsubscribe: "unsubscribe" in message body to powerh-l-request@lists.swau.edu
> http://lists.swau.edu/mailman/listinfo/powerh-l
> This list is closed, thus to post to the list you must be a subscriber.
>