⟩ What is the EIB (execute interface block)?
The execute interface block lets the program communicate with the execute interface program, which processes CICS commands. It contains terminal id, time of day and response codes.
The execute interface block lets the program communicate with the execute interface program, which processes CICS commands. It contains terminal id, time of day and response codes.
How to Pass the parameters from JCL to assembler Pgm?
How to retrieve the instream data in SYSIN?
Can we use an equated value as operand for an MVC instruction? Reason for the same?
Explain ICM instruction?
Explain about maximum displacement and how to cross this limit?
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?
How to access VSAm file?
How to produce SOC7 abend?
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)?