Peter Farley wrote on 03/08/2010 10:53:05 AM: > I just got around to trying your solution, and it works well EXCEPT... > > I need the output trailer count to be UNsigned zoned decimal. > > Is there any way I can make the trailer count unsigned ZD? I tried >specifying TO=UFF, but it did not like that:
Peter, TO=UFF is not valid sytnax. If you want "unsigned" ZD with leading zeros, you can use M11. ... OVERLAY=(36:5,11,ZD,SUB,+2,M11,LENGTH=11)) ... This would produce a value like:, 00000000100 If you want "unsigned" ZD without leading zeros, you can use M10. If you want some other type of value, show me an example of exactly what you want in hex. Frank Yaeger - DFSORT Development Team (IBM) - [email protected] Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration => DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

