When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
No Answer is Posted For this Question
Be the First to Post Answer
what is decimal data error? when it will come and how to achieve(rectify) this error please give me solution as well as code
How can i check the object existance in RPG program without using QCMDEXC command.
How do you know if a record exists without doing a READ and CHAIN?
Can any one plz explain the concept of INFSR, *PSSR, INFDS AND PSDS, I' confusing about PSDS and *PSSR, Wat is the difference btw them, wat PSDS will do????
Anybody can explain the difference between SFLCLR & SFLINZ?
How do you code file / field renames in ILE RPG?
RPG/400 faqs?
where we give the MSGSFL in rpg400?
To check the locks , we use cmd WRKOBJLCK , but how we confirm whether it's objeck lock / member lock. I confused with the Lock type and Status values...Can any body please tell me ...
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
How to check which are the pgms using 1 perticulate file.? I know there is many tool available for X-reference...but need to know is there any command available in the system...?
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?