Hello,
I want to extend a length of field in my Display
file(Subfile). Please suggest the possible steps.
Thanks
Answer Posted / sanjeev kumar
We can go up to 9999 siz
using SFLSIZ
if you needs more than this length then you can use Single page type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the use of sflnxtchg?
How Chain operation copies the record's data to the input buffer for the program?
how can I tell when to replace the array?
how does the rpg element work?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
Explain mdt?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
how do I preserve and clean the array?
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?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
what is the procedure and explain about real time scenario.
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
How would display prime numbers using CL program?
How to declare the pull button in AS/400..
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?