Radoslaw, TRAN=UTOL will ONLY translate uppercase EBCDIC letters (that is, A-Z) to lowercase EBCDIC letters (that is, a-z). Other characters are not changed.
TRAN=LTOU will ONLY translate lowercase EBCDIC letters (that is, a-z) to uppercase EBCDIC letters (that is, A-Z). Other characters are not changed. And LOCALE is only used for processing of SORT, MERGE, INCLUDE, or OMIT fields. Since you are editing the record using INREC, the locale will not have any effect. >>Is it possible to provide codepage information to UTOL or I have to use something like Unfortunately the current design only allows you to specify each character and it's converted value. You can use FINDREP or ALTSEQ to do that. Thanks, Kolusu DFSORT Development IBM Corporation IBM Mainframe Discussion List <[email protected]> wrote on 05/31/2017 06:37:32 AM: > From: "R.S." <[email protected]> > To: [email protected] > Date: 05/31/2017 06:38 AM > Subject: DFSORT TRAN=UTOL and codepages > Sent by: IBM Mainframe Discussion List <[email protected]> > > I use > OUTREC BUILD=(1,80,TRAN=UTOL) > to change uppercase to lowercase characters. > However it does not change the case for polish national characters > (ąćęłńóśżź). I tried to use LOCALE=PL_pl, but with no effect. > > Is it possible to provide codepage information to UTOL or I have to use > something like > FINDREP=(INOUT=(C'a',C'A' > for every character? > > -- > Radoslaw Skorupka > Lodz, Poland > > > > > ====================================================================== > > > -- > Treść tej wiadomości może zawierać informacje prawnie chronione > Banku przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą > może być jedynie jej adresat z wyłączeniem dostępu osób trzecich. > Jeżeli nie jesteś adresatem niniejszej wiadomości lub pracownikiem > upoważnionym do jej przekazania adresatowi, informujemy, że jej > rozpowszechnianie, kopiowanie, rozprowadzanie lub inne działanie o > podobnym charakterze jest prawnie zabronione i może być karalne. > Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie > zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę > wiadomość włączając w to wszelkie jej kopie wydrukowane lub zapisanena dysku. > > This e-mail may contain legally privileged information of the Bank > and is intended solely for business use of the addressee. This e- > mail may only be received by the addressee and may not be disclosed > to any third parties. If you are not the intended addressee of this > e-mail or the employee authorized to forward it to the addressee, be > advised that any dissemination, copying, distribution or any other > similar activity is legally prohibited and may be punishable. If you > received this e-mail by mistake please advise the sender immediately > by using the reply facility in your e-mail software and delete > permanently this e-mail including any copies of it either printed or > saved to hard drive. > > mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, > www.mBank.pl, e-mail: [email protected]ąd Rejonowy dla m. st. > Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, nr > rejestru przedsiębiorców KRS 0000025237, NIP: 526-021-50-88. Według > stanu na dzień 01.01.2016 r. kapitał zakładowy mBanku S.A. (w > całości wpłacony) wynosi 168.955.696 złotych. > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
