What is the purpose of PUTOVR keyword?
Answers were Sorted based on User's Feedback
Answer / surendra y mudliar
PUTOVR keyword is used with OVRDTA and OVRATR keywords to
override the data and attributes respectively on the
display file which is already active.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / kcsyam
keyword to permit the override of either display file
attributes or data contents of specific fields within
a record displayed on the work station device.
| Is This Answer Correct ? | 4 Yes | 0 No |
Q1.How we can copy the data of file one session to another session? Q2.how we can execute a loop infinitely in AS/400 coding? Q3.In ALDON tool,multitask is posible on a perticular object by the user?
You have a *USE authority on a Library and *All authority on a file in that Library.Can you change the data in that file?
What is Multi Occurrence Data Structure(MODS)?
program to find the number of objects used in a given program through a display.
CAN WE READ RECORDS WITHOUT USING SETLL,READ,CHAIN IN RPG?
thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400
What are the commands that can be executed in CLP but not in RPG? Why?
What is the OPEN and CLOSE accesspath?
How Chain operation copies the record's data to the input buffer for the program?
How can we find out whether the job is interactive or Batch through RPG program? 2) How can we find out through CL program?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
Set on command is used for closed all opened files , initialize var and release resource , return cmd is used for return to calling program but my req. Is dnt close opened files and resource must released while doing transactions , how can i do this...?