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
What are the access modes of START statement?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
how do you define single dimensional array and multidimensional array in your cobol?
What is the Purpose of Pointer in the string?
How do you get the data to code the BMS macro?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Are you comfortable in cobol or jcl?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
) how do u code after getting data?
What is the difference between Call and a Link?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write the code implementing the perform … varying.
What are 77 levels used for?