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.
Answer / sunny
1) If there is any updates in the Macros regarding the
structure change or addition/removal of byte, then you need
to Promote the macro to Live first.
2) Reassemble your codes against the Live Macros.
3) Raise ELAS for the Codes to go to production.
4)Promote the codes to production.
| Is This Answer Correct ? | 1 Yes | 0 No |
How is data passed from a calling program to an assembler called program?
Explain about base register?
Explain how to pass instream data in sysin with assembler?
What will happen if we drop the base register in the program which contains only one basereg?
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.
Why do we use "drop"? What does "using" do?
How we can Pass the parameters from JCL to assembler Pgm?
What does "using" do?
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
cobol and assembler access
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?