⟩ What will be the length of the eibcalen, if the transaction is used to CICS first time?
The length will be 0 (zero).
The length will be 0 (zero).
Write the fetch cycle and execute cycle for following instructionsJMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator)?
What is the difference between various read and find statement,and which one should be used when for better adabas performance?
How to initialize 20,000 bytes in the Assembler?
Can we use MVC instruction to move pack field to pack field. which instruction you will use and why?
How to pass instream data in sysin with Assembler?
How do you round the addition or subtraction of two numbers in assembler?What does the following code do?AP WKUR,=P5 where WKUR is a label?
HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM?
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program?
What is need of START 0? In steed of can we use anyother numerics? if we use what will happen?
Why can only 256 bytes be moved from one address to another in a MVC?