Hello,
I want to extend a length of field in my Display
file(Subfile). Please suggest the possible steps.
Thanks
Answers were Sorted based on User's Feedback
Answer / surya siram
I believe we have only one way. which is traditional method. Open the display file DDS and update the field length and make sure it is not disturbing the other fields.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / sathish
If you want to increase a length of a field in your display file, use hidden fields. It wont disturb your existing field as well.
Is This Answer Correct ? | 0 Yes | 0 No |
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
What is journalling and commitment control?
how do u find whether a record is locked or not??
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
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.
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
What will happen if we r using seton lr after return or vice versa.
in rpg could u please tell me errors types and meanings like 3030 that ....
difference between 1:%found and %equal built function in detail with example .
Can anybody tell me the setps to create .csv file in IFS folder on AS/400. I also need to know how I can send this .csv file to PC in xls sheet.....?
If the last record of a file has been read, and the next operation on that file is a READ operation, what will be the values of the input fields for that file? A. They will be blank and/or zero. B. They will be null. C. They will equal the values of the first record in the file. D. They will equal the values of the last record read.
How do you find whether a record is locked or not?