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 |
If there are 1000 member(PGM type) in a SRC file. How can we compile in a CL program? ( It need to be done in a loop)?
Why did we give STRSRVJOB while debugging batch program
Whether a module can consists of many procedures or it can consist of subprocedures having a main procedure?If it is possible that it can contain many individual procedures than can we have different name for complete module and how do we call this module in main modul?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
How do you know if a record exists without doing a READ and CHAIN?
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
what is ment by "MDT"
what is the equivalent keyword for CHAIN opcode ??
How to set on/off a group of indicators in a single statement?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
explain sflclr, sflend, sfldlt, and sflcsrrrn?