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)
No Answer is Posted For this Question
Be the First to Post Answer
is there any way I can ease my rpg controls on numeric input fields? How about an input date field?
Difference Between Source Physical File & Physical File?
what is primarykey?what is difference between primary key and forign key?
Can we add or remove the module object from service Program..and how...?
when would you prefer logical file than opnqryf?
what is meant by object lock requests,held locks and locks waiting to be applied(wrkobjlck) why should we apply for locks.Please explain sir.
what are activation group and what are its types.?
When would the ALL keyword be used?
can you have multiple key lists for a single file ?
under given circumstances, my cgi should link to another site. How to implement this?
what is the command to know key fields of file?
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO