What is the difference between RPG/400 and RPG4
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
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?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
how can I tell when to replace the array?
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.
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
Anybody can explain the difference between SFLCLR & SFLINZ?
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
Can we create 300 logical files based on a single physical file using the CRTLF command only once?.
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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...?