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 |
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
When a object will be locked & when a record will be locked? Plz explain.
Thanks gagan for your answer,i'm new to as400,i don't know embedded sql in rpg.can you send me the coding for the below mentioned question in embedded sql rpg. 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.
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 ?
Explain mdt?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
can any body correct the following code? Following a procedure which returns the maximum of two numbers.Correct the following code. P GETMAX B D GETMAX PI D NUM1 35 0 D NUM2 45 0 C IF NUM1 > NUM2 C RETURN NUM1 C ELSE C RETURN NUM2 C ENDIF P GETMAX E
what is file identifier wher we can use
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?
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?
How to search particular records from the database file in rpg?
What is difference between bind by copy and bind by reference?