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 |
steps involved in debugging and types of debugging modes?
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?
how many variables can we declare in cl pgm?
can anybody help me that what is the procedure of debugging the service program?
I want to declare the number of elements of an array dynamically in RPGLE ? Is it possible? If yes, then how do I do it ?
how can I tell when to replace the array?
1.How to read a subfile in out put mode? 2.what are the keywords used to share same file? 3.using composite key which rpg code used?
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
Suppose in CL we reach at end of file and again we have to reach from 1 record
Why Rpg/400 is Famous?
what is post opcode do
without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?