Page 1 of 1

SORT CARD To Extract Numeric Data

PostPosted: Tue Nov 27, 2012 1:25 am
by rtammire
Hi All,

I want to extract numeric data from a record.

Input Record format is as follows
--------------------------------------
Loaded 138 rows into database
Loaded 12345 rows into database
Loaded 1 row into database
Loaded 1234567 rows into database

Now i want to extract only counts from these records

Expected Output
-------------------
00000138
00012345
00000001
01234567

Can any one please let me know how to get this by using sort card.. Thanks in advance

Re: SORT CARD To Extract Numeric Data

PostPosted: Tue Nov 27, 2012 1:36 am
by enrico-sorichetti
Can any one please let me know how to get this by using sort card.. Thanks in advance


find out what sort product You are using and ask again in the proper forum section

WER***** messages are issued by SYNCSORT
ICE***** messages are issued by DFSORT

and... as You have already noticed there are forum sections for both products

Re: SORT CARD To Extract Numeric Data

PostPosted: Tue Nov 27, 2012 8:20 am
by rtammire
We are using SYNCSORT.. OK i will update the same question in proper forum.. Thanks Enrico