Answer Posted / ts nithiyanandan
Reference modification is nothing but moving the part of
value of dataname to other dataname.
01 a pic 9(10).
01 b pic 9(10).
move a(4:5) to b.
i.e., moving from 4th byte to 9th byte to dataname b.
from 4th to 9th is length of 5 bytes.
Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Why did you choose to work with ibm mainframe cobol programming?
how do you reference the variable block file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Explain what you understand by passing by value.
How many sections are there in data division in COBOL?
Which division and paragraphs are mandatory for a COBOL program?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How do you define a variable of comp-1 and comp-2?
example for sub strings ? and refernce modifications whit output pls
What is amode(24)?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Which is not true about evaluate statement
What is the problem of ordered sequential files access?