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

Anybody can explain the difference between SFLCLR & SFLINZ?

7 Answers  


how to check on which PF , the LF is dependant ?

4 Answers   IBM,


Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.

0 Answers  


Errors in Sql query will be in which state?

1 Answers  


what is overlay? how can we pass parameters in cl or rpg programing? how can we get data area value in cl or rpg programming?

2 Answers   IBM, Patni,






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  


two attributes which govern the excecution of a job>>>>??

2 Answers   CTS,


1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?

5 Answers   Cap Gemini,


How to find d key field of a pf that doesn’t have source physical file?

2 Answers  


What are the commands that can be executed in CLP but not in RPG? Why?

1 Answers   CSC,


1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?

6 Answers   Virtusa,


What is the difference between iter and do?

0 Answers  


Categories