I have a CL pgm in that i used the OVRDSPF command. Now i changed the display file. I'm sure i need to compile the RPG programs that are using the display file. Have a doubt if i need to compile the CL pgm or not?
Software/Hardware used:
ASKED:
November 29, 2010 1:49 PM
UPDATED:
November 30, 2010 8:05 AM
Charlie Brown is 100% correct. The OVR commands instruct OS/400 that there are special temporary rules for using the file. The override command doesn’t care if the file exists or is used by the job. Just that if it is used, these new rules will be in force.
These rules are limited by the scope and will cease when the dltovr command is issued.
Phil
If the CL program doesn’t open the display file, it can’t get a level check.
Tom