× 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.



In the future, when you want to do drive mapping, I suggest that you use 
iSeries Navigator and set up a 'share' on a directory in the IFS.  Then it 
shouldn't be much trouble to put the share on any directory in the IFS you 
want.  You could even move it around and not have to change the bank 
program.  Once you get them using a share in the first place.

Rob Berendt
-- 
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





"Robert" <rlazarz@xxxxxxxxxxxxxx> 
Sent by: midrange-l-bounces@xxxxxxxxxxxx
03/15/2005 02:44 AM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
"Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
cc

Subject
Re: Polish character






No Rob,
When the client use an option for import data the bank program 
automatically 
take a file mapped on folder qdls/xx. . The param i use in CPYTOPCD is 
TRNTBL(Q870959852) but of course not exist on AS/400 TBL called 
(Q8709591250) ;)). A will try your solution
Thx

Robert Lazarz
Starszy Konsultant
Solint-Eniac sp. z o.o.
kom. +48 604435059
tel. +48 32 290 34 60
fax +48 32 263 98 89
----- Original Message ----- 
From: <rob@xxxxxxxxx>
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Sent: Monday, March 14, 2005 6:20 PM
Subject: Re: Polish character


> How is the transfer done between the client and the bank?  Mapping a 
drive
> and copying to diskette?  FTP?
>
> I see nothing on the folder properties, nor on the CPYTOPCD that assumes
> 852.  I think you're going to have to either go back to using the
> translate table or
> CPYTOSTMF FROMMBR('/qsys.lib/rob.lib/robert.file/robert.mbr')
>          TOSTMF('/qdls/access/test.txt')
>          STMFCODPAG(*PCASCII)  or your favorite option here.
>
> Rob Berendt
> -- 
> Group Dekko Services, LLC
> Dept 01.073
> PO Box 2000
> Dock 108
> 6928N 400E
> Kendallville, IN 46755
> http://www.dekko.com
>
>
>
>
>
> "Robert" <rlazarz@xxxxxxxxxxxxxx>
> Sent by: midrange-l-bounces@xxxxxxxxxxxx
> 03/14/2005 11:29 AM
> Please respond to
> Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
>
>
> To
> "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
> cc
>
> Subject
> Re: Polish character
>
>
>
>
>
>
> Thanks a lot Rob,
> But my situation is more complicated. Client use one special folder for
> take
> automatically data to the bank system. Before everything was ok because
> the
> homebanking system accept a polish codepage 852 (DOS) (which a solved
> putting a parameter with command CPYTOPCD - TRNTBL(Q870959852)). Now the
> new
> banking system accept only a windows polish characters and give me a lot
> of
> errors during importing data
> Regards,
>
> Robert Lazarz
> Starszy Konsultant
> Solint-Eniac sp. z o.o.
> kom. +48 604435059
> tel. +48 32 290 34 60
> fax +48 32 263 98 89
> ----- Original Message ----- 
> From: <rob@xxxxxxxxx>
> To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
> Sent: Monday, March 14, 2005 4:46 PM
> Subject: Re: Polish character
>
>
>> Using a 'folder', or QDLS, is strongly discouraged.  They are
> deprecated.
>> Which is an official sounding term for no longer supported.  What is
>> suggested, instead, is to use the IFS or Integrated File System.  It 
has
>> it's own set of commands, like either CPYTOIMPF or CPYTOSTMF versus
>> CPYTOPCD.  (The IFS also supports many common PC commands like MD, 
etc.)
>> On your system you can do:
>> WRKLNK '/*'
>> and you should see a number of directories (using that term instead of
>> folder).  Among them are:
>> /QSYS.LIB which uses the traditional OS/400 commands like WRKOBJ
>> /QDLS which uses the deprecated folder commands like WRKFLR
>>
>> Given that lesson, you could try CPYTOSTMF, paying close attention to
> the
>> STMFCODPAG parameter.  Often people will use *PCASCII.  You might need
> to
>> put something else in here for the Polish character set.
>>
>>
>> Rob Berendt
>> -- 
>> Group Dekko Services, LLC
>> Dept 01.073
>> PO Box 2000
>> Dock 108
>> 6928N 400E
>> Kendallville, IN 46755
>> http://www.dekko.com
>>
>>
>>
>>
>>
>> "Robert" <rlazarz@xxxxxxxxxxxxxx>
>> Sent by: midrange-l-bounces@xxxxxxxxxxxx
>> 03/14/2005 10:34 AM
>> Please respond to
>> Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
>>
>>
>> To
>> "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
>> cc
>>
>> Subject
>> Polish character
>>
>>
>>
>>
>>
>>
>> Hi,
>> I have a file created in folder on AS/400. This file is created in base
> of
>> file with codepage 870. Inside of this file i have and i can see a
> polish
>> charakter but after CPYTOPCD i lost a polish signs. Any suggestions or
>> ideas what to do ??
>>
>> Thanks
>>
>>
>> Robert Lazarz
>> Starszy Konsultant
>> Solint-Eniac sp. z o.o.
>> kom. +48 604435059
>> tel. +48 32 290 34 60
>> fax +48 32 263 98 89
>> -- 
>> 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.
>>
>>
>> __________ NOD32 Informacje 1.1024 (20050311) __________
>>
>> Wiadomosc zostala sprawdzona przez System Antywirusowy NOD32
>> http://www.nod32.com lub http://www.nod32.pl
>>
>>
>
> -- 
> 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.
>
>
> __________ NOD32 Informacje 1.1026 (20050314) __________
>
> Wiadomosc zostala sprawdzona przez System Antywirusowy NOD32
> http://www.nod32.com lub http://www.nod32.pl
>
> 

-- 
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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.