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


Please Help Members By Posting Answers For Below Questions

explain about maximum displacement and how to cross this limit?

775


What is maximum displacement and how to cross this limit?

777


explain icm instruction?

734


how to retrieve the instream data in sysin?

767


What will happen if we drop the base register in the program which contains only one basereg?

660






What is the use of trt instruction?

656


What does the following code do? Ap wkur,=p5 where wkur is a label?

705


Ap wkur,=p5 where wkur is a label?

772


Explain how to access vsam file?

703


Explain about maximum displacement?

687


What does "using" do?

658


Explain how to pass instream data in sysin with assembler?

719


How is data passed from a calling program to an assembler called program?

707


What is icm instruction?

711


How to pass the parameters from jcl to assembler program?

649