How to declare the more than one file in cl/400.
Answer Posted / ermohit007
With OPNID keyword you can declare more than one file in CL
but this facility is available only in CLLE and you can
declare upto 5 files.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how do I preserve and clean the array?
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.
what are the key words you must use when using a subfile?
Explain mdt?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
What is the difference between iter and do?
How would display prime numbers using CL program?
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?
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?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
what is program status data structure?
what is the necessary keyword needed to scroll subfile records?
How can we override a file during runtime in rpg?
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?