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 the difference between do while and do until?
how do I do concatenation in rpg iv, like I do in cl?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How can we access Interactive job LDA in Batch Job?. and How we can access a file in interactive QTEMP lib in Batch job?.
how to retrieve particular field records from a physical file,say i have a physical file called 'employee' in it i have to retrieve the records of a field 'admin' present in pf 'employee' using rpg,but i should not use logical file or openquery file.
Can we used ovrdbf command after the opnqry file if yes then What will be out put of your program?
What is the length of Signature?
What hapens when we use CPYF command to copy a LF? On which PF will it be dependent???
i want code and what are used key words are ...like wrkmbrpdm screen (q) i have a file with 3 fields empno,empname,empaddr... here you give the empno it displays from that number to remaining empno's how? sub file screen: employee details pos to:empno then enter empno empname empaddr so file have 100 records from 1 to 100 so the above pos you give the 55 empno...it displays the from 55 to remaining... ...... please share this answel
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.
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?