Can more than one subfile record be displayed on one line?
Answer Posted / nandini
For example, specifying the SFLLIN keyword causes a subfile
of four records to be displayed as:
REC1 REC3
REC2 REC4If SFLLIN is not specified, these records
appear as:
REC1
REC2
REC3
REC4
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How Chain operation copies the record's data to the input buffer for the program?
how can I tell when to replace the array?
What are the types of identifiers?
what is program status data structure?
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?
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?
what is file information data structure?
what do you mean by an input subfile, what are the keywords required?
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
How can we know running job is batch or interactive?
How to handle duplicate error handling in RPG?
what is data area and how it is used in rpg program ?
What is a record lock error?
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.
explain sflclr, sflend, sfldlt, and sflcsrrrn?