How do you code file / field renames in ILE RPG?
Answer Posted / shivam
use remane opcode
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Set 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...?
What is ment by record level identifier?
how do I declare a table or array in rpg iv?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what is file information data structure?
What is a record lock error?
what is the necessary keyword needed to scroll subfile records?
how do you use commitment control in rpg?
how can I tell when to replace the array?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
What is the purpose of record level identifier?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How can we know running job is batch or interactive?
what is an online rpg?
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?