Answer Posted / bipul kunal
By specifying this keyword, the Bottom/More message could be displayed at end of screen.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference Between Source Physical File & Physical File?
How we will get issues on AS/400 technology ? I mean which issue/Defect Tracking tool is using in all companies when any issue comes? Can anybody explain about the work flow of AS/400 project ? plzzz
how do u compile rpgle program?
what is a non-join logical file?
What is dynslt?
which are the query selection criteria, which can be given in a query?
how to define to define a hidden filed in dspf ?
if we tried to move year part of *iso date into a field of length 3, what will happen ?
which of the following operations does not zero the field flda defined as 4,0?
difference between sflrcdnbr and sflnxtchg?
what is the difference between packed decimal and zoned decimal?
what are the important factors in error message subfile ?
what is a query can be run in which mode?
define the purpose of the %sst function?
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)