How to read a record from bottom of a file which is
indexed by 'A'.

Answer Posted / rd

WE can use low valus to execute the file from bottom.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the sections present in data division.

701


What are the rules of the move verb?

708


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1949


Name some of the examples of COBOl 11?

2688


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958






What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


What are literals?

632


Mention the guidelines to write a structured cobol program?

620


What is a report item?

741


A table has two indexes defined. Which one will be used by the SEARCH?

759


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2100


What are various search techniques in cobol? Explain.

650


What are different data types in cobol?

694


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933