PDA

View Full Version : OVRDBF



David Abramowitz
01-19-2006, 04:26 PM
Are there any other files with the same name higher up in the library list? Dave

bradvick
01-19-2006, 05:31 PM
I am sure you checked this. But the file would have to be opened after the cl call.

pdvrg
01-20-2006, 12:37 AM
The default OVRSCOPE(*ACTGRPDFN) acts for OPM porgrams like *CALLLVL. QCMDEXC is an OPM programm, so the Override is lost as soon as QCMDEXC returns to your program.

Guest.Visitor
01-20-2006, 07:21 AM
pdvrg, Sorry, that's wrong... point your browser here (http://www.iseriesnetwork.com/resources/starterkit/chp21/chp21.htm) and search for QCMDEXC. Chris

EDIguru
01-20-2006, 10:56 AM
Believe it or not I forgot to go back and do that. Sometimes it's the simplest of things forgotten. Thanks.

EDIguru
02-14-2006, 02:27 PM
Is there any reason why I shouldn't be able to do an override database file with QCMDEXC. The code compiles and runs but the override is not in effect. <hr width=50 align=left>Code ('http://www.mcpressonline.com/mc/showcode@@.6b337680')

jbala@socal.rr.com
02-14-2006, 02:27 PM
Perhaps Eval statement should read as follows; EVAL CLcmd = 'OVRDBF FILE(AWA302W) ' + 'TOFILE(*LIBL/AWA302F)'