I have a variable account-number declared as comp-3, s9(10)
comp-3 in a file. How do i find a particular account number
say 123456 in that file?
Answer Posted / vs kumar
By using File-aid we can see the comp-3 data item.
Please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to refer the data field?
what is the use of outrecord?
Discuss about changing dataset name in proc.
Give some examples of command terminators?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is difference between static and dynamic call in cobol?
What rules are followed by the search verb.
In COBOL, what is the different between index and subscript?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the rules of the move verb?
What is the difference between external and global variables in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.