I mean looking at all those '/' and other things in SORT I feel using File-aid is rather simple. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Tue Apr 18, 2006 10:38 am Post subject:
Each / just means start a new line. Hard to see how MOVE/WRITE for each line is "simpler" than / for each line. You can write the OUTFIL statement like this if it seems "simpler" to you:
_________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
Posted: Mon Nov 01, 2010 3:33 pm Post subject:
With z/OS DFSORT V1R10 PTF UK90025 or z/OS DFSORT V1R12 PTF UK90026 (Oct,2010), you can now use the new RESIZE operator of DFSORT's ICETOOL to easily create larger records from smaller records, or smaller records from larger records. For example, to create 480 byte records from 80 byte records, you would use:
Code:
RESIZE FROM(SMALL) TO(LARGE) TOLEN(480)
and to create 80 byte records from 480 bytes records, you would use:
Code:
RESIZE FROM(LARGE) TO(SMALL) TOLEN(80)
For complete details on the new functions for DFSORT and DFSORT's ICETOOL available with the Oct, 2010 PTF, see:
All times are GMT - 5 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum