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 the difference between various read and find statement and which one should be used when for better adabas performance?
Explain the difference between various read and find statement?
how to retrieve the instream data in sysin?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
Explain how to initialize a register to 0000?
Why do we use "drop"?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
What is need of start 0?
Explain how to pass instream data in sysin with assembler?
explain icm instruction?
How do you round the addition or subtraction of two numbers in assembler?
Explain about base register?
Explain how to produce soc7 abend?
How to pass the parameters from jcl to assembler program?
how to pass the parameters from jcl to assembler pgm?