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



Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possib..

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

Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possib..

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

Hello, I want to extend a length of field in my Display file(Subfile). Please suggest the possib..

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

Post New Answer

More RPG400 Interview Questions

WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?

2 Answers  


How can you delete records form a file in rpg without using "Delete" OPCODE?

7 Answers  


please guys help me,I need to write a program that shows more than one way to display a subfile. Both views are of the same file but sorted differently and show different fields of the same file when the user presses a function key. send me code

4 Answers   Virtusa,


parameters cannot be passed in which one???

4 Answers   CTS,


How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??

1 Answers  






1.What is the Maximum field length we can declare in RLU?? 2. What is the difference if your designing RLU using DDS and using the option 19 for the RLU??

2 Answers  


Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2

2 Answers  


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?

1 Answers  


RPG/400 number of Records present in a physical file using file information data structure FPF001 IP E DISK F KINFDS INFDS1 IINFDS1 DS I *RECORD RECORD Is this coding correct sir,i have given I P E that is I- input,P-primary file,E-externally described. Primary to use RPG logic cycle,is this the correct method because we have to find number of records present using file information data structure in RPG/400 without doing any input/output operations on the file and also without using DSPFD,SQL. If the above coding is correct means,when i compile the program it gets compiled,but if i call the program it does not return anything,i need number of records,please complete the coding sir.

1 Answers   IBM,


how do I do concatenation in rpg iv, like I do in cl?

1 Answers   IBM,


In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?

1 Answers  


What is the purpose of record level identifier?

0 Answers  


Categories