what is jurnal?what is the use of theis?what is difference
between commitment control and jurnaling?
Answers were Sorted based on User's Feedback
Answer / xyz
Journaling record all transactions and is used for
restoring or reverting back the transactions onto the
database file for a particular time span. Committment
control ensures that a transaction is updated successfully
onto the data base (all relevant files).
A file can be journalled without commitmment control but a
file cannot be used under commitement control without being
journalled.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bhaskar
Journaling is an AS/400 function that monitors changes made
to physical files(updates, addition and deletion). The
changes are recorded and used to recover the journaled files
in case of a system failure.
| Is This Answer Correct ? | 2 Yes | 0 No |
I want to run ls *.csv (sftp command) from CL Program... Can u plz tell me when SFTP command will start running? i.e.which command should I use in CL Program to run ls command?
Can an indexed file be accessed in arrival seQuence in RPG program ?
WHAT IS ACTIVATION GROUP IN ILE?
10 Answers Accenture, HSBC, TCS,
what is overlay?
what is the maximum number of parameters allowed in rpg?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
what is service program?
different type of cursor?
what is pointer error in rpg IV?
If i change any file through application after entering data , how to check which file is updated through applications . For call stack we takes esc 3 then we chose 11..But What is answer of below qtn..?
Write a CL program which will run a batch job at 1 am every night
what is default data type for the fields(sub fields) defined in data structures in rpg?