IN RLU what are the record level keyword is used?
Answers were Sorted based on User's Feedback
Answer / kalaivanan
SKIPA and SKIPB both record level keyword we have used.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / ermohit007
SPACEA SPACEB record level keywords I have used.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / diegorroba
more communs rlu level keywords are UNDERLINE , HIGHLIGHT, SKIPA / B, SPACEA / B, FONT, etc
link to see more http://publibfp.dhe.ibm.com/cgi-bin/bookmgr/FRAMESET/qbka0702/A.2.31?SHELF=&DT=19931217155222
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghupathireddy
Use RLU line commands and function keys to define Record
Formats and Fields within record formats. While defining
record format, record format name and record level keywords
can be specified. While defining a field, field name, type,
length, position and field level keywords can be specified
| Is This Answer Correct ? | 5 Yes | 6 No |
How can i check the object existance in RPG program without using QCMDEXC command.
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
Difference between creating a report using Printer file and WRKQRY(Query Report) ?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
what is the necessary keyword needed to scroll subfile records?
What will be the value of STRING after line 0106 is executed in the code below? 0101 E* Fromfiletofile..tabnameprnentlenpdatabnamlenpda 0102 E ARR 8 1 0103 ISTRING DS 0104 I 1 8 ARR 0105 C MOVE *BLANK STRING 0106 C MOVEA'ABC' ARR A) 'AAAAAAAA' B) 'BBBBBBBB' C) 'CCCCCCCC' D) 'ABC ' E) ' ABC'
How do I link an existing logical file to it's Physical File without recompiling?
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??
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
What are the types of identifiers?
1.Write code to read the records from a file and load an array of size 99? Make sure that you take care of all the error conditions?
How I can reread the physical file in CL program once the end of file reached in same CL program.