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??
Answers were Sorted based on User's Feedback
Answer / ravi shankar porwal
1.Length of field defined in RLU may be in the following
range:
Alphanumeric field - 1-378
Numeric field - 1-31
2.when u use option 19 then u have to use the commond line
to design the screen. commonds like -
DR,CL,SD,VF,NP,DC,DF,CF,SP etc. and some basic function
keys to perform the operations.
whereas if u code through DDS(use option 2) then u can code
through the commond IPDP and can perform the operations by
specifying the appropriate keywords.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rahul chaudhari
Alphanumeric field - 1-255 ,I dont know about
Numeric.......
| Is This Answer Correct ? | 0 Yes | 0 No |
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.
this is rpg3 code W0RTN IFEQ @CN,002 what is the means @CN,002
can I touch the array during treatments?
HI,1: What is the function of 'SETON LR' AND '*INLR=*ON ? 2:Can we used "seton lr" OR "*INLR = *ON" in between the program code ? 3:if yes then according to there function the code which is written acter seton lr/ *inlr should not be execute . Can any one tell me why those code get executed ?
What is Multi Occurrence Data Structure(MODS)?
1) How to declare a file? 2) How to define a display file? 3) How to monitor error messages in RPG? 4) How to find the attributes for subfiles? and what is the DDS for subfiles?
How do you know if a record exists without doing a READ and CHAIN?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
We have a Physical file, after reading 5 records,it has to read LF of that same Physical file,Will it start reading from Ist record or will start reading from 5th record?
parameters cannot be passed in which one??
there is any limit to display the members in rpg400?
Can we journel logical file and access path? Can we use commitment control for non-join L.F?