What are the necessary keywords required to code a message
subfile?
Answers were Sorted based on User's Feedback
Answer / sakthi
subfile control (SFLCTL), subfile size (SFLSIZ), subfile
page (SFLPAG), subfile display (SFLDSP), subfile display
control (SFLDSPCTL)
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / surendra y mudliar
SFLMSGQ, SFLPGMQ are the keywords required for message
subfile.
| Is This Answer Correct ? | 1 Yes | 4 No |
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
I am Submitting one job in batch that job calls three progams(PGMA, PGMB, PGMC). PGMB should be called after sucessfully completion of PGMA as like for PGMC also. So Can you please tell me how can we do that (without using data area)
what are the key words you must use when using a subfile?
how can you display specific subfile page on the screen in unequal subfile?
How to index LF by relative record no (RRN)
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
What is ment by record level identifier?
I am reading a file in CL program. and MONMSG CPF0864 has arrived means EOF has arrived. Now i want to read this file again. How i can do this?
5 Answers CitiGroup, Symphony,
Can any body give the code for this quesition? Using the following details write C-Spec code to set Name to"AMMU LABS SYSTEM" D NAME1 S 10 INZ('AMMU') D NAME2 S 10 INZ('LABS') D NAME3 S 10 INZ('SYSTEM') D NAME S 20