View previous topic :: View next topic |
Author |
Message |
Sarangadhar Beginner
Joined: 14 Oct 2004 Posts: 130 Topics: 43 Location: virtual village
|
Posted: Wed Feb 20, 2008 6:35 pm Post subject: :X in sort |
|
|
we generally use 100:X to pad with spaces till 100th position.
IS there a way to pad with some other special character instead of space? _________________ Thanks |
|
Back to top |
|
|
Sarangadhar Beginner
Joined: 14 Oct 2004 Posts: 130 Topics: 43 Location: virtual village
|
Posted: Wed Feb 20, 2008 6:59 pm Post subject: |
|
|
here is my requirement:
input file is generally lesser LRECL than ourput file. I wanted to pad some special character till the end of it. _________________ Thanks |
|
Back to top |
|
|
Frank Yaeger Sort Forum Moderator
Joined: 02 Dec 2002 Posts: 1618 Topics: 31 Location: San Jose
|
Posted: Wed Feb 20, 2008 7:19 pm Post subject: |
|
|
You can use a repeated constant, e.g. 20C'*' for 20 asterisks. _________________ 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 |
|
Back to top |
|
|
Sarangadhar Beginner
Joined: 14 Oct 2004 Posts: 130 Topics: 43 Location: virtual village
|
Posted: Wed Feb 20, 2008 7:47 pm Post subject: |
|
|
Thanks Frank. It works. _________________ Thanks |
|
Back to top |
|
|
|
|