use of PUTOVR,OVRDTA,KEEP keywords?

Answer Posted / venkatarao

These are used for override data areas/Fields/Files. These
are called as Field level keywords.

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between iter and do?

668


1. What is bound-by-call and bound-by-reference? 2. Where and why is *Nomain used? 3. What are the difficulties faced by programmers when using service programs? 4. Explain the different ways of parsing and compiling XML in iSeries.

5393


What are the types of identifiers?

567


what is the procedure and explain about real time scenario.

1473


how do I preserve and clean the array?

669






What is the difference between copybooks and subprocedures in as400?

802


what is kids-rpg?

661


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

707


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1013


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...?

1458


which program rpg or cl is efficent to update a transaction onto a database file and why ?

741


What is ment by record level identifier?

648


during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.

750


what is program status data structure?

1376


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.

2046