Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

DFSORT/ICETOOL :: How to change 'K' or 'M' use Sort

$
0
0
Author: vice_versa
Subject: How to change 'K' or 'M' use Sort
Posted: Thu May 18, 2017 7:11 am (GMT 5.5)

Hello everyone,

I want to change below data
Code:
1M      1M      128K                     
145M    145M    0K                       
1024M   1024M   0K                       
0K      0K      0K                       
0K      0K      0K                       
256K    256K    64K                     
256K    256K    64K                     
1M      1M      64K                     
512K    512K    64K                     
22M     22M     128K                     
60M     60M     256K                     
1M      1M      128K                     
1M      1M      128K                     
198M    198M    0K                       
1024M   1024M   0K                       
0K      0K      0K                       
0K      0K      0K                       
256K    256K    64K                                             
256K    256K    64K                                             
1M      1M      64K                                             
256K    256K    64K


change to
Code:
                                                                 
1048576         1048576         131072                           
152043520       152043520       0                               
1073741824      1073741824      0                               
0               0               0                               
0               0               0                               
262144          262144          65536                           
262144          262144          65536                           
1048576         1048576         65536                           
524288          524288          65536                           
23068672        23068672        131072                           
62914560        62914560        262144                           
1048576         1048576         131072                           
1048576         1048576         131072                           
207618048       207618048       0                               
1073741824      1073741824      0                             
0               0               0                             
0               0               0                             
262144          262144          65536                           
262144          262144          65536                         
1048576         1048576         65536                           
262144          262144          65536                         


thanks in advance


Viewing all articles
Browse latest Browse all 8500

Trending Articles