Search found 2 matches

by may132012
Mon Jul 29, 2019 6:01 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Output packed decimal field to its hex equivalent using SORT
Replies: 0
Views: 11047

Output packed decimal field to its hex equivalent using SORT

I have a variable length record with each field delimited by the '@' character.
The first field on the record is 16 bytes in length in packed format. I want to output the record with this field changed to its 32 character hex format. The rest of the record stays the same.
by may132012
Fri Jan 05, 2018 1:32 am
Forum: JCL
Topic: JCL FINDREP a field in a variable len record with delimiters
Replies: 0
Views: 4744

JCL FINDREP a field in a variable len record with delimiters

I have a variable length file VB 8196 example format as follows, delimiters are pipes: AAA4050000000C02005AE222E617D300|01.09.2017|N|123456789012|0010|00000000000000000000245.74000000|0010|0010123456 AAA4050000000C02005AE222E617D300|01.09.2017|N||0010|00000000000000000000245.74000000|0010|0010123456...