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 file information data structure?
Why Rpg/400 is Famous?
Write a program to display prime numbers between 1 to 100 using RPGLE.
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
What is the purpose of record level identifier?
Need a sql query: retrieve all duplicate records in table?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
parameters cannot be passed in which one???
There is a excel sheet having details of Old account number and new account number. I need to update these details in my AS400 files. i.e. all the records having old account number should be replaced with new account number. There can be 100 or 200 or 300 PFs...no fix files known. how can we do this?Solution should be performance oriented
1.Where we declare Variables in RPG/400,RPGIV,RPGILE.? 2.When do we use D-spec and I-spec in real time ?.what is difference between them?
steps for debugging two rpg programs????
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?