thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think
you are telling in rpgile i know only rpg400 if possible
can you tell in rpg400
No Answer is Posted For this Question
Be the First to Post Answer
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
how can an indexed file be used as arrival sequence in RPG?
how to check on which PF , the LF is dependant ?
How do you know if a record exists without doing a READ and CHAIN?
wat is scan and check ? give me real time scenarios where we used these keywords in ur projects?
what is the rpg system?
are there any useful c runtime apis that I can call from rpg iv?
i want to perform uniqness on db file bt my db file nt hving key by useing rpgle.
RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
Can a indexed file be accessed in arrival sequence in RPG?
Anybody can explain the difference between SFLCLR & SFLINZ?