In a particular program one file is used where override
command is applied to a file, now this program calls
another program where we want to use the same file but
without override.How it can be done?

Answer Posted / syam

Before calling another program use DLTOVR fileName LVL(*).

LVL(*) = Call Level (*CALLLVL)

If I am wrong pls correct

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of identifiers?

574


How many program bind in one module....

2128


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?

4220


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?

499


What is the difference between copybooks and subprocedures in as400?

814






how can I tell when to replace the array?

706


what was the robotech rpg?

689


What is the purpose of record level identifier?

732


what is the procedure and explain about real time scenario.

1484


What is a record lock error?

1271


what are the key words you must use when using a subfile?

694


1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?

2378


What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2521


When it is desirable to describe files Internally?

1195


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.

2056