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
how can you display specific subfile page on the screen in unequal subfile?
is this a rpg channel?
how do I declare a minor?
What are the types of identifiers?
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?
How would display prime numbers using CL program?
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?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How to select highest score of each subject or how to select highest income of every month?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
are there any useful c runtime apis that I can call from rpg iv?
Explain mdt?
what is the use of sflnxtchg?
What is difference between bind by copy and bind by reference?