Showing posts with label HEX OFF. Show all posts
Showing posts with label HEX OFF. Show all posts

Sunday, 10 March 2013

HEX ON command to see data in hexadecimal format




Displaying non displayable characters in hexadecimal:

Use HEX ON command on the command line to view data in hexadecimal format

XX00       M0001.D00.TEST.JCL(TESTJCL1) - 03.09           Columns 00001 00072
Command ===> hex on                                           Scroll ===> CSR 
****** ***************************** Top of Data ******************************

Following is how the data looks like

XX00       M0001.D00.TEST.JCL(TESTJCL1) - 03.09           Columns 00001 00072
Command ===>                                                  Scroll ===> CSR 
****** ***************************** Top of Data ******************************
000001 //TESTJCL1 JOB (EWDS),'TEST JCL',NOTIFY=&SYSUID                        
       66ECEEDCDF4DDC44CECE567ECEE4DCD76DDECCE75EEEECC4444444444444444444444444
       113523133101620D5642DBD35230133DB563968E02824940000000000000000000000000
------------------------------------------------------------------------------
000002 //DWJ030C0 EXEC PGM=TESTPGM1                                           
       66CEDFFFCF4CECC4DCD7ECEEDCDF44444444444444444444444444444444444444444444
       1146103030057530774E3523774100000000000000000000000000000000000000000000
------------------------------------------------------------------------------

To turn off the HEX display we use the command HEX OFF