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 |
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
RPG/400 faqs?
in which journalling which attributes are necessary
I have one cl program which calls two rpg programs named a & b. I am loading a run time array in Pgm A and the control comes back to cl pgm. i call pgmb and I want to read the runtime array in pgmb which was loaded in pgma. How it can be acheived. I should not use any intermediate file or dataarea to store the loaded values.
I have a file .In that file i have 3 fields. Those fields are eno, ename, esal.Keyfield is eno. In that file i have data like this for eno 1,2,3,4,5. Now i need to display 2nd record. That means i need to set the pointer on 2nd record... Then, write the complete rpg program using setll.
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
How Chain operation copies the record's data to the input buffer for the program?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
How to declare the pull button in AS/400..
Why we cannot call a service program? If I add a PEP can i call the service program?
can we use cl programming to update or delete physical files