|
I always create the file and explicitly specify the code page. Run this
from
the command line:
QSH CMD('touch -C 819 /CDPREPDVD/tcodepage.dat')
HTH,
Aaron Bartell
http://mowyourlawn.com
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On
Behalf Of Steve Moland
Sent: Wednesday, December 12, 2007 2:14 PM
To: midrange-l@xxxxxxxxxxxx
Subject: CPYTOSTMF and Codepage problem
I have an almost canned process for copy an ISeries file to a PC share
folder using CPYTOSTMF so that once the file is sent on DVD to another
site
that it can be added to an existing ISeries file using CPYFRMSTMF. The
fileprocess
contains mostly binary data so no conversion is desired.
To get the file to the PC I use the following: (This CL is a test
I'm using today to try to solve the problem)the
CPYTOSTMF FROMMBR('qsys.lib/JUNK.lib/tcodepage.file/CATDAT2.mbr')
TOSTMF('/CDPREPDVD/tcodepage.dat')
STMFOPT(*REPLACE) CVTDTA(*NONE) ENDLINFMT(*FIXED)
The PROBLEM is, if there is no existing PC file named "tcodepage.dat"
copy fails with this message.process
CCSID conversion could not be performed.
Object not copied.
So I just create an empty file using any PC file editor and the
works fine.all
In production the copy just uses the previous runs existing file and
thethe
records are replaced.
Everything works fine until a human gets involved and sometimes clears
PC folder after burning a DVD.do.
I'd like to have CPYTOSTMF create a proper file which it says it will
the HELP information on STMFOPT fields says it will create a file ifthe
file is not there. I can not get it to do that and I think I've triedall
the pertinent combination of parameters.
Using DSPFD on the ISeries file yields this CCSID 65535
--
Steve Moland
Access Paths Inc
12 Parmenter Rd Unit C4
Londonderry NH 03053
steve@xxxxxxxxxxx
--
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.
--
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.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.