What is the reference modification.
Answers were Sorted based on User's Feedback
Answer / santosh khot
Reference modification is retrieving or Modifying substring
of a string. if Reference modification has a negative value
then Abend Code is soc4, So be care full while using
reference modification
Syntex is Move String(First position, Length) to Var-1.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / 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 |
which generation language is cobol
how to submit a jcl by cobol program. clear me with an example.
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
What is the difference between Perform para and perform asaection in cobol?
What is the difference between a binary search and a sequential search?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
Describe the cobol database components?
what are the diferences b/w sub-script and index?
Which Search verb is equivalent to PERFORM…VARYING?
Write the code to count the sum of n natural numbers.
In an EVALUTE statement is the order of the WHEN clauses significant?
What are VS COBOL 11 special features?