Answer Posted / katiyar
The Session and Device error occurs when program tries to
load data to display file (Subfile). The program should have
correct logic to load data from Database file to Subfile
using RRN(Relative Record Number). Then only data will be
loaded successfully to display file (subfile) else it will
be encountered with session and device error.
To prevent Session and Device error, One should understand
the Display file (Subfile) programming.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is a record lock error?
what is the use of sflnxtchg?
How to handle duplicate error handling in RPG?
how do I preserve and clean the array?
What is the purpose of record level identifier?
how does the rpg element work?
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
what do you mean by an input subfile, what are the keywords required?
How would display prime numbers using CL program?
what is the rpg system?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
How many program bind in one module....
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?
how can I tell when to replace the array?
what is the difference between do while and do until?