in which journalling which attributes are necessary
Answers were Sorted based on User's Feedback
Answer / raheem
1.CRTJRNRCV
2.CRTJRN
3.STRJRN
4.STRCMTCTL
5.DECLARE A FILE WITH COMMIT KEYWORD
6.ENDCMTCTL
ABOVE OPERATIONS ARE DONE IN A CL PGM WITH THE USE OF PF,LF
| Is This Answer Correct ? | 3 Yes | 0 No |
Suppose in CL we reach at end of file and again we have to reach from 1 record
1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
How to update selected fields from pf without using update opcode. How to read all member in Rpg-3,without using any cl command?
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,
What is the OPEN and CLOSE accesspath?
how can I tell when to replace the array?
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?
How to code Page up and Page down in RPG for Single page subfile without using ROLLUP/ROLLDOWN in DSPF ?
in which journalling which attributes are necessary??/
In ProgramB there is a SBMJOB, which is a call to program C .There is also a CALL to program D from B. How would you check the program C has been executed in D?
i'm working on progA , in that program i want to see the userids of the users who work on this program?