Explain the difference between various read and find statement?
how to find the dump
Explain about base register?
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.
Ap wkur,=p5 where wkur is a label?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
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 pass instream data in sysin with assembler?
what is need of start 0? In steed of
how to access VSAm file
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?