What is the use of TRT instruction and how it is working?

Answer Posted / phils

TRT is used to scan a string of characters byte by byte,
using the hexadecimal value of each character to 'index'
into a 256 byte translate table, If the resultant table byte
is set to X'00', then processing continues with the next
input character, and so on until end of input string, or a
non-zero table byte is encountered.



TRT sets the condition code to indicate the results
of the scanning operation as follows:

Condition Code Indications

0 ( Zero ) All table bytes X’00’.
1 ( Minus ) nonzero tabl found before the end
of operand 1
2 ( Positive ) A nonzero table byte was found at
the end of the operand 1

The condition code can be tested using BZ, BNZ, BM, BNM,
BP, or BNP.

In this way we can test that a string contains only
'desirable values' by setting the equivalent bytes in the
translate table to X'00' e.g. testing for numerics as in
answer 4.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is maximum displacement?

826


Explain about base register?

784


Explain the difference between various read and find statement and which one should be used when for better adabas performance?

743


Why do we use "drop"?

733


What is the use of trt instruction?

766


Explain how to access vsam file?

832


What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

819


Explain about maximum displacement?

782


how to pass the parameters from jcl to assembler pgm?

812


What does "using" do?

756


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

789


What is need of start 0?

846


What is icm instruction?

802


How many maximum base registers we can have in a program?

784


Explain the difference in data type "x" and "p"?

769