how will you display a particular page in subfile ?
Answer / raviendra maurya
Move a valid relative record number (RRN) in the field specified using SFLRCDNBR keyword in DDS.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the mandatory keywords of sub file?
What the difference between Source Physical File and Physical File?
what is a program described file in rpg?
Suppose you have 3 members in a database file. How to read records from all the members Without using CL (OVRDBF) i.e. it should be handled exclusively in an RPG program?
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)
How many primary files allowed in a program?
How do you read a subfile record which is in output mode?
When will DUMP and DEBUG opcodes be ignored?
How many record formats can you have in a Physical file and in a Logical file ?
(1)In Cl Program,Are PGM and ENDPGM mandatery Keywords or not .If yes, please tell me why these keywords is necessary. (2)If we will not define these two keywords (PGMand ENDPGM) then any error will be come or not.
if we tried to move year part of *iso date into a field of length 3, what will happen ?
where will control be passed after the execution of the *pssr subroutine if the factor2 of the endsr is blank ?