What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
No Answer is Posted For this Question
Be the First to Post Answer
What is redefines clause in COBOL?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is subscript in cobol?give realtime example?
what are the diferences b/w sub-script and index?
What compiler option would you use for dynamic linking?
What are the different rules to perform a Search?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
How many sections are there in data division in COBOL?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
can we read records in a file from botom to top. if possible how can we read