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 about maximum displacement and how to cross this limit?
What is maximum displacement and how to cross this limit?
explain icm instruction?
how to retrieve the instream data in sysin?
What will happen if we drop the base register in the program which contains only one basereg?
What is the use of trt instruction?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Ap wkur,=p5 where wkur is a label?
Explain how to access vsam file?
Explain about maximum displacement?
What does "using" do?
Explain how to pass instream data in sysin with assembler?
How is data passed from a calling program to an assembler called program?
What is icm instruction?
How to pass the parameters from jcl to assembler program?