How to read a PF in reverse(from last rec to first) using CL?

Answer Posted / harkesh

IN THIS EXAMPLE I M USING EMPFILE FOR READING IN REVERSE
ORDER.

PGM
DCLF FILE(EMPFILE)
OVRDBF FILE(EMPFILE) SHARE(*YES)
OPNQRYF FILE((EMPFILE)) KEYFLD((EMPNO *DESCEND))

READF: RCVF RCDFMT(MPFILR)
MONMSG MSGID(CPF0864) EXEC(GOTO CMDLBL(END))
GOTO READF



END:
ENDPGM

Is This Answer Correct ?    27 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the list of source physical files in a library?

622


What is the batch job?

574


When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?

569


What is the primary file?

586


Suppose I have a pf,it contains 5 members,how to access particular member data from logical file ?and what is the use of member in pf?

636






What is FORMAT keyword and its use?

205


What is open data path?

581


How to know the particular record in pf with out reading?

590


Last statement of any rpg program is lr?

616


How to retrieve a physical file after deleting that?

588


Can we concatenate fields in physical file? If yes how can we do?

590


What is the interactive job? What is the batch job? How to change the batch job to interactive job?

629


I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?

647


There is one string as A B C and wanted to display string as Shri A Shri B Shri C, how we can do this in sql? If we have around 100 values in string like this, each value should be displayed with initials as Shri.

730


I have a pf, it contains 5 members, how to access particular member data from logical file?

529