×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Have you looked at the output file and checked for
fields with ccsid = 65535
Such fields are NOT converted by default.
You may need to change your FROMCCSID/TOCCSID parms.
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of xtreme2009@xxxxxx
Sent: Tuesday, February 25, 2014 6:07 AM
To: midrange-l@xxxxxxxxxxxx
Subject: CPYTOIMPF the date in text file appears junk when opened in notepad
Hi, I wrote a CL program to run a few queries for the client, and then use CPYTOIMPF command to transfer the output file to IFS shared folder. The command used is as follows: CPYTOIMPFFROMFILE(HS#LIBLB/EXPERIANF) + TOSTMF('/CHLB/00100/PROD/BO/EXPERIA+ N/EXPERIANF.TXT') MBROPT(*REPLACE) +FROMCCSID(*FILE) STMFCCSID(*STMF) +STMFCODPAG(*STDASCII) RCDDLM(*CRLF) +DTAFMT(*FIXED) STRDLM(*NONE) FLDDLM('') +DATFMT(*USA) TIMFMT(*USA) So I call the program and once it completes, I open the notepad from shared folder pointing to the IFS (that's how the customer access the file) the dates and few characters appears as junk. Any idea how to fix this? Warm Regards, VVK.Dear midrangel! Get Yourself a cool, short @in.com Email ID now!
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.