Suppose 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?
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?
wat is curser?? and its types???
How can i keyed a flat file in RPGLE
How can we change element of compile time array?Can we do so
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
parameters cannot be passed in which one??
how can you display specific subfile page on the screen in unequal subfile?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
What is significance of a file designated as a Primary file in Rpg400 program....also what's use of secoundry file
What is the syntax of passing parameters to a procedure by value?
1..Write an sql query to find the employee name who is having 2 phone numebr? 2.Write an sql query to the the second highest salary of the employee?