|
|
| Author |
Message |
kumar_prathap
New User
Joined: 12 Apr 2004 Posts: 6
|
|
|
|
Hi ,
I want convert some field in my file from position (29-50) and write into other file with the whole record. pls tel procedure using JCL esp using DFsort |
|
| Back to top |
|
 |
References
|
Posted: Thu Jul 01, 2004 1:55 pm Post subject: Re: convert int lower to upper case in JCL |
 |
|
|
 |
imvs
New User
Joined: 12 May 2004 Posts: 33
|
|
|
|
//STEP1 EXEC PGM=SORT
//SYSIN DD *
SORT FIELDS=COPY
OUTREC=(1,28,29,32,TRAN=LTOU,33,38)
/*
// |
|
| Back to top |
|
 |
|
|