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


Please Help Members By Posting Answers For Below Questions

What is the compute verb? How is it used?

850


Which mode is used to operate the sequential file?

928


How do define dynamic array in cobol.

857


What are the various section in data division and briefly explain them.

912


How do you reference the fixed block file formats from cobol programs

913


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.

1350


Write the code implementing the perform … varying.

821


Why would you use find and get rather than to obtain?

898


Name some of the examples of COBOl 11?

2882


How do get the result of your program directly on your pc?

2069


What is the difference between comp and comp-3?

893


What is cobol?

948


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2286


) what is the difference between AID and HANDLE AID?

1887


i want a program using by if, evaluate , string, unstring, perform, occurs?

4345