how can I tell when to replace the array?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between RESET and CLEAR
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
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
difference between 1:%found and %equal built function in detail with example .
Write a program to display prime numbers between 1 to 100 using RPGLE.
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
where we give the MSGSFL in rpg400?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
How do you call procedures in ILE?