suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
TCS,
3 6200Suppose 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
3 5344Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
1923Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
1 4331suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
2 6651i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
IBM,
1 4635Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?
2070
how do I preserve and clean the array?
How to handle duplicate error handling in RPG?
How would display prime numbers using CL program?
How many program bind in one module....
Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.
are there any useful c runtime apis that I can call from rpg iv?
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?
How to write record if no field or the field are different in physical file in rpgle ?
what is the necessary keyword needed to scroll subfile records?
what is the rpg system?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
What is ment by record level identifier?
what was the robotech rpg?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
How can we override a file during runtime in rpg?