Define in-line perform?
Answer / jayaram
The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.
| Is This Answer Correct ? | 0 Yes | 0 No |
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
1.What is the limit of linkage section?
1.Can we define condition-name conditions in FD entry.
can we use the two 01 level in file discription ?
what are the control characters used in reports
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
What is the use of intialize verb?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between external and global variables in COBOL?
Which Search verb is equivalent to PERFORM…VARYING?
Hai friends why we need to read a file before re-write a record?