what is general and type of general
Answer / raghav
Seems you are asking about Journalling concept..
Journalling is basically the recording activity of database files (PF) which records all the changes done to the PF like Add, update, delete, Open file and close file etc.
Following are the commands used for Journalling:
1. CRTJRNRCV - Create Journal Receiver
2. CRTJRN - Create Journal
3. STRJRNPF - Start Journal on Database file
4. ENDJRNPF - End Journal
| Is This Answer Correct ? | 2 Yes | 0 No |
Where the QTEMP library will get created? if the the answer is QSYS, then howcome more than one job can create same library name(QTEMP) in QSYS? what is the uniqueness of QTEMP? For example, run the below command in different workstation WRKOBJ QSYS/QTEMP And take 8 in the option to check the description. both will have different info. so where(which LIB) exactly the QTEMP is stored?
How to update physical file using logical file with example?
What is the interactive job? What is the batch job?
Q.1 how to implement the commitment control. 2.how to control commitment control from external program.
If we use the file level keywords like LIFO, FIFO, FCFO in a file, can we see the impact of it by doing the run query of the file? if not how can we see the impact of these keywords.
How to index LF by relative record no (RRN)
How can we handle errors in RPG?
What is the difference between access path and open data path?
How many max. Record format a logical file have?
How to find the list of source physical files in a library?
What is open data path? And what is the difference between access path and open data path?
how to see number of logical files depending on a pf?...can we declare more than 20 logical files from a single pf? is it possible