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 |
what is difference between DSPFD and DSPFFD?please give me real senario with good example?
Hi,Please give me complete code with this logic. The question is how to read the records from a file with load an array of size with error condition? (The logic is Z-Add 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN9 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO)please give me complete code with explanation?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
how to retrieve RRN value in RPGLE 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
Hi, Can anybody give me real sinario for SFLRCDNBR?with example?
wat is the difference between dataarea and data queue?
5 Answers Airtel, Four soft, Shahi Exports,
in a cl pgm records are copied to a file in qtemp a pgm is called to delete records from the file in qtemp no of records in file in library qtemp is checked wat shud be the count of records let say it was 10 initially endpgm
Suppose I have 3 jobs a b and c. I want to submit b after successful completion of a and want to submit c after successful completion of b. Without using job scheduler or job queue, how can I do that through cl program?
WHERE DO WE USE COMIT KEYWORD IN AN RPG PROGRAM? YOU MADE SOME CHANGES TO DATABASE BUT YOU DON'T WANT TO SAVE THOSE CHANGES NOW? HOW DO YOU HANDLE THIS ONE?
1. Which Built-In-Function will you use to achieve the following functionality? CLONO1NO2NO3 Factorl÷÷+OpcdeFactor2++÷ResultLenDHHiLoEq C QTY IFLT *ZERO C QTY MULT -1 QTY C ENDIF a) %ABS b) %TRIM c) %TRIMS d) %UNS
What is the difference between copybooks and subprocedures in as400?