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 |
Can a indexed file be accessed in arrival sequence in RPG?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
Can you copy the records created by the OPNQRYF to other files and how?
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
steps involved in debugging and types of debugging modes?
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
How can we receive values from a called procedure in RPG?
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
When a object will be locked & when a record will be locked? Plz explain.
What would be the effect on the field where reverse image, underline and high intensity?
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