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 6041Suppose 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 5178Suppose 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?
1866Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
1 4232suppose there are 100 records and i want to read records between 60-70 how we can read this 10 records in rpg
2 6510i 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 4526Set 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...?
1984
How to call one program from another program in RPG? please help me with the code
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the difference between iter and do?
can you debug ile rpg program using isdb?
what is the difference between do while and do until?
What is the difference between copybooks and subprocedures in as400?
Explain mdt?
what was the robotech rpg?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
What is file identifier where we can use?
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?
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.
What are the types of identifiers?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique