and I am getting the out put. But now, I want this output to be in numeric format, righ justified. I tried the following code, but I am getting a syntax error
You get the syntax error because you have 1,15,ZD inside the COUNT parameter. COUNT is a 15-byte value already, so 1,15,ZD isn't needed. The correct syntax is:
If you don't want the ANSI carriage control character, you can specify REMOVECC. _________________ 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
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