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 / balaji
Put HEX ON in the file and you can find the numbers
equivalent to the hexa decimal
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
Which mode is used to operate the sequential file?
How do define dynamic array in cobol.
What are the various section in data division and briefly explain them.
How do you reference the fixed block file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Write the code implementing the perform … varying.
Why would you use find and get rather than to obtain?
Name some of the examples of COBOl 11?
How do get the result of your program directly on your pc?
What is the difference between comp and comp-3?
What is cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
) what is the difference between AID and HANDLE AID?
i want a program using by if, evaluate , string, unstring, perform, occurs?