in which journalling which attributes are necessary??/
Answer / jiks
if you are start joutnalling the object with STRJRNOBJ
command, we should specify the Object Name, Object type, J
ounal Name are mandatory.
If its STRJRNPF - PF name and jounal name are mandatory.
we can jounal File, Data area and Data queue.
| Is This Answer Correct ? | 2 Yes | 0 No |
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
what is an online rpg?
A rpg or clp command to find if the file field is defined as a character or numeric field.
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?
Difference between RESET and CLEAR
what is batch debug in as400?
what is the difference between the procedure and module in ILERPG?
How to print output from openquery in as400 ?
When we have a file with Duplicate records and I want to read the unique record from the file. For example a file containing Emp Name as 'Ram' and there are 3 entries of it. So how to read a unique record from File?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
What is I90(Insure 90)?