IN RLU what are the record level keyword is used?
Answer Posted / 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 |
Post New Answer View All Answers
what is the difference between do while and do until?
How to handle duplicate error handling in RPG?
how can I tell when to replace the array?
what is the use of sflnxtchg?
How to select highest score of each subject or how to select highest income of every month?
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
what are the key words you must use when using a subfile?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How Chain operation copies the record's data to the input buffer for the program?
How many program bind in one module....
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
How would display prime numbers using CL program?
can anybody help me to solve this problem. the program that i m checking display error message saying "Record format for file AJDSPFFD does not match model file and decimal error. how to solve this problem. The AJDSPFFD is snapshot the AJTLOG that is the audit trail list.
how do I preserve and clean the array?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.