what are two types of record are used in subfile?
Answer Posted / sagar sakpal
Subfile record format
Subfile control record format
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
records can be read/update/deleted with which file?
What is file access opcodes?
what are indicators?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
What is RETURN CURSER LOCATION in subfile?
how to define global parameter in ile ?
what is term cua , saa?
what is logical file?
What is the difference between iter and do? We know both are used to execute set of statements repeatedly, but what is the main difference?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
how will you display a particular page in subfile ?
what does opcode post do ?
which of the cl command can be used to determine which logical files are dependent on a specific file?
I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
In Which Specs Arrays, Tables & Constants Are Defined?