What is the use of TRT instruction and how it is working?
Answer Posted / md saifullah
for example we want to test if given variable is numeric we can do it by following code.
We can define a table with all FF execpt from 0 t0 9 00
Table1 DC 256c'ff'
org table1
dc 10c'00'
Now we can give
TRT var1,table1
BZ numeric
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain how to access vsam file?
What is house keeping in assembler?
Explain the difference between various read and find statement?
Ap wkur,=p5 where wkur is a label?
How many maximum base registers we can have in a program?
explain about maximum displacement and how to cross this limit?
What does "using" do?
What is need of start 0?
Explain the difference in data type "x" and "p"?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is maximum displacement and how to cross this limit?
How are data passed from jcl parm to assembler program?
Why do we use "drop"?
explain icm instruction?
how to initialize a register to 0000?