Answer Posted / a.mathankumar
50 var declare in cl and only one file using in cl
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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?
If my rpg program has a date field, what extra care I have to take while compiling that rpg program? If the file is keyed and I have declared the file as well as key list properly in my program. Still am getting an error message like "chain/reade operation is not allowed" what may be the case?
can you debug ile rpg program using isdb?
How to select highest score of each subject or how to select highest income of every month?
how does the rpg element work?
How to call one program from another program in RPG? please help me with the code
How to write record if no field or the field are different in physical file in rpgle ?
what is *place and *auto keyword in prtf ?plz explain
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the purpose of record level identifier?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
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 is difference between bind by copy and bind by reference?
what is the necessary keyword needed to scroll subfile records?