How to declare the more than one file in cl/400.
Answer Posted / nipun
DCLF with an OPNID keyword to specify a unique id to every file opened in a CL.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
How can we know running job is batch or interactive?
what is the difference between do while and do until?
How many program bind in one module....
can you debug ile rpg program using isdb?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
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.
What are the types of identifiers?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
can I touch the array during treatments?
How to write record if no field or the field are different in physical file in rpgle ?
What is a record lock error?
what do you mean by an input subfile, what are the keywords required?
What is the difference between copybooks and subprocedures in as400?
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?
How to call one program from another program in RPG? please help me with the code