How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
Answers were Sorted based on User's Feedback
Answer / ajit
Hi,
I think slfsiz = sflpag in SINGLE Page, so please explore your answer...............
Is This Answer Correct ? | 9 Yes | 2 No |
Answer / krisalli
making SFLSIZ at-least 1 greater than the SFLPAG.
Is This Answer Correct ? | 3 Yes | 15 No |
I have a PF(ABC)with no key fields. PF(ABC)have 2 fields (cusno and cusname). Please let me know how can i read the cusno = 1150 directly from PF in CL and RPG program(Without creating the LF and without reading the complete file and then compare 1150)
how do I do concatenation in rpg iv, like I do in cl?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
1. If my rpg program has a date field, What extra care I have to take while compiling that RPG program? 2. If the file is keyed and I have declared the file as well as Key list properly in my program. Still am getting an error message like "Chain/reade operation is not allowed" What may be the case?
in which journalling which attributes are necessary
how to retrieve RRN value in RPGLE program
while i am using the dspmsg command on comman line in Mocha am getting error like Not authorized to message queue message my messagequeue Name? can anybody help me how to change my message queue Am anable to see my messages in message queue
How can you delete a record from a file in RPG without using DELETE oppcode?
wat is the difference between array and multiple occurence data structure?
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?
what will happen two jobs have same name are submitted
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?