HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY
ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
Answer Posted / maheshg
Delete the record from dependent file where it has
REFERTIAL INTYGRITY then delete the record from master
file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is the necessary keyword needed to scroll subfile records?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
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 difference between bind by copy and bind by reference?
can I touch the array during treatments?
How to declare the pull button in AS/400..
what do you mean by an input subfile, what are the keywords required?
how do I declare a table or array in rpg iv?
how do I declare a minor?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
what are the key words you must use when using a subfile?
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?
What is the purpose of record level identifier?
are there any useful c runtime apis that I can call from rpg iv?