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 |
what is an online rpg?
i hav 2 logical files(L1,L2) both r derived from one physical file(P1). how can i use both the logical files in one RPG program? if yes what i have to d.
can anyone say,what is the use of operation extended H/N/P?
what was the robotech rpg?
What is the difference between ITER and DO ? I know both are used to execute set of statements repeatedly, but what is the main difference?
i have a file with the values 10, 20, 30, 40, if am setll with the value 25 then readp, so what it will return?
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 plat file?
Can an indexed file be accessed in arrival sequence in RPG?
how does the rpg element work?
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS
How do I read records from Subfile? what is the purpose of READC explain with example?