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 |
3. Given the DOS Specification below and the following information: • Indicator 50 is off • No records have been written to the subfile What will be the result if the EXFMT operation code is performed on the record format CTLR? A R SUBFL A DESCRIP 101 6 1ODSPATR(UL) A DFT(’NOT FOUND’) A R CTLR SFLCTL(SUBFL) A N50 SFLDSP A SFLDSPCTL A SFLINZ A 67 SFIJEND A SFLSIZ(13) A SFLPAG(12) A ACCOUNTNO 100 S 10 a.) Only AccountNo will display b.) SUBFL will be initialized with 13 blank records c.) An I/O exception error will occur d.) The screen will display 12 records with ‘NOT FOUND’
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
Interviewer asked me write down DDS for load all subfile .can anybody write dds
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
What is the Record Address file. How can we use it in RPG program?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
What is ment by record level identifier?
How can we receive values from a called procedure in CL?
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...?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
can i use unique key in LF
which program rpg or cl is efficent to update a transaction onto a database file and why ?