What is the diff bw PF/LF Name and their Record format
name? what is restriction in record format then file name?
1.I Have a physical file , i want to read the data from the each and every member of the File in the CL Program.How do you achieve this. 2.How do you do the same in RPG?. do think is it possible to read data from all the members in the RPG?
Suppose we have 10 records with same name and we are reading using READE,after 4 record i have to use CHAIN what is the output
Need a sql query: retrieve all duplicate records in table?
what is plat file?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
how to display all the members records in a physical file without using ovrdbf?
How to declare the dynamic(run time) array in rpgle? can you please give example
Why we need to give File and To file Names While we are using OVRDBF. What is your understanding related to this?
In how many ways a session/device error occurs,,, and what is the remedy for it?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is the rpg system?
How can we search particular records from the database file in RPG. For example, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular 'NAME' field. How can we do the above using SEARCH criteria other than using the IF cond?