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

All Other Mainframe Topics :: RE: Remove Special Characters from Mainframe File

$
0
0
Author: Robert Sample
Posted: Wed Jul 06, 2016 6:20 pm (GMT 5.5)

Quote:
Viewed with HEX ON, the same - it's a empty (space) in EDIT mode and dot (.) in BROWSER mode.
If this is true, there is something SERIOUSLY wrong. Here is a couple of lines in EDIT mode:
Code:
Command ===>                                                  Scroll ===> CSR   .
000210 //* ëëç.....(Ñ>ÀèÁÊ_¬.....(Ñ>ÀÂÊÑÅÇÈ.ëëç..                               .
000300 //                                                                       .
****** **************************** Bottom of Data **************************** .
and the same two lines with HEX ON:
Code:
 Command ===>                                                  Scroll ===> CSR   
 000210 //* ëëç.....(Ñ>ÀèÁÊ_¬.....(Ñ>ÀÂÊÑÅÇÈ.ëëç..                               
        665455444444466656765444444666676667455444444444444444444444444444444444
        11C0338BBBBBD9E4452DFBBBBBD9E4229784B338BB000000000000000000000000000000
 ------------------------------------------------------------------------------ 
 000300 //                                                                       
        664444444444444444444444444444444444444444444444444444444444444444444444
        110000000000000000000000000000000000000000000000000000000000000000000000
 ------------------------------------------------------------------------------ 
 ****** **************************** Bottom of Data ****************************
If you turned HEX ON, you should be seeing the hexadecimal representations of the data -- in BROWSE or EDIT mode. If you are not, as I said there is something SERIOUSLY wrong and you need to contact your site support group IMMEDIATELY for assistance.
_________________
TANSTAAFL

The first rule of code reuse is that the code needs to be worth re-using.

"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth


Viewing all articles
Browse latest Browse all 9405

Trending Articles