00000 85 HEXTAB EQU *-C'0'
0000F0 F0F1F2F3F4F5F6F7 86 DC C'0123456789ABCDEF'
0000F0 F0F1F2F3F4F5F6F7 86 DC C'0123456789ABCDEF'
HEXTAB DC C'0123456789ABCDEF'
what's the differences between them?
The TSO terminal operator running the program. The TPUT macro is the lowest level macro that a program running in the TSO environment can use to display output at the terminal of the TSO user running the program. A TPUT macro issued by a batch program will not display anywhere.under jes2, i can't see anything about it, or can somebody tell me how to refer to the message, which appeared on the terminal, sent by TPUT?
WTO 'HELLO WORLD'
in the HLASM program, where can i find 'HELLO WORLD' appeared?