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 |
In RPG program one file using as a PRIMARY file while running program some of the records reading twice any body know why its happening
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...
Can we have a Physical file without any member ? Please let me know
How can we call CL program to RPG? How many number of parameter we can pass
How do you find whether a job is a batch job or interactive?
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
Need a sql query: retrive all duplicate records in table
Write a program to display prime numbers between 1 to 100 using RPGLE.
Is it possible to call a subfile using CL. IF yes.. kindly help me out with explanation...?
Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found that pgmC having some code error..then in debug mode directly how can i debug pgmC
What is ment by record level identifier?
I have a RPG program of 100 Lines and first line is to SETON indicator LR. Will the program execute rest of the 99 Lines?