⟩ What is the common work area (CWA)?
The common work area is a storage area that can be accessed by any task in a CICS system.
The common work area is a storage area that can be accessed by any task in a CICS system.
registers(0-15) ,where they are going be resides does that mean here is it resides whether real or virtual memory? and why? then why we are assign even registers(0 to 6) for FP operations?
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?