in which journalling which attributes are necessary
Answer Posted / preethi
What needs to be journaled (PF, OBJ, LF etc), journal receiver
name.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........
How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
how can you display specific subfile page on the screen in unequal subfile?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
What are the types of identifiers?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.
How Chain operation copies the record's data to the input buffer for the program?
how does the rpg element work?
What is the difference between copybooks and subprocedures in as400?
How would display prime numbers using CL program?
How to declare the pull button in AS/400..
what is the rpg system?
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?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?