explain the difference between defining subfile and message-subfile?
Answer / avneesh kumar verma
Subfile record is defined by SFL keyword, where as Message subfile is defined by SFLMSG keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we are not able to perform insert delete and update operation in Join logical file?
what is a spool file?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
what are the limitations of cl (compare to rpg) ?
When does the DFT keyword in PF be used?
what are indicators?
which are control break logic indicators?
I have 1 rd in my flat file. say reord from 1 to 10 position : 'AS400NDB2400' I need to change the value from N to Y using SQL stmt ...How can I update this....?
How do you set the keywords SFLSIZ and SFLPAG if you want the subfile to dynamically expand?
what do we can do with the embedded sql statements?
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 are dds required for subfile?