I have Last name in Col 66 legnth of 20 & first name in col 88 lengh of 19.. I'm trying to covert everything except the first letter of each to lower.. ( in those 2 fields ) I tryed using UTOL.. it worked but it removed all of my other fields.. ( I want my other fields just as they are )
this is what I did in my sysin
Code:
OUTREC FIELDS=(66,19,TRAN=UTOL,89,18,TRAN=UTOL)
all the other fields are gone this is what i get..
Cheers.. Below from DFSORT documentation will give you clear idea...
Quote:
BUILD or FIELDS: Reformat each record by specifying all of its items one by one. Build gives you complete control over the items you want in your reformatted OUTREC records and the order in which they appear. You can delete, rearrange and insert fields and constants. Example:
OVERLAY: Reformat each record by specifying just the items that overlay specific columns. Overlay lets you change specific existing columns without affecting the entire record. Example: