what is an online rpg?
No Answer is Posted For this Question
Be the First to Post Answer
The RP program is displaying records 11 times .But there are 10 records in a pf.(ie last record is displayed twice).How to display records only 10 times?
i have 1000 records in pf.what are all the ways to read a particular name records in rpg?? ie.. in pf i have a name called demo appeared around 52 times hw will we read this particular records in rpg/400?.
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
Can we journel logical file and access path? Can we use commitment control for non-join L.F?
can i use UPDDTA command in rpg program in which contains a file
difference between 1:%found and %equal built function in detail with example .
how can an indexed file be used as arrival sequence in RPG?
I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
how many variables can we declare in cl pgm?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
suppose i i am changing / updating record of subfile and i want to change the record in reverse order . means i want to change the bottom record first and so on through readc . how i do it please any one explain .