+ Reply to Thread
Results 1 to 2 of 2

Thread: How do I do OVRDBF within ILE?

  1. #1
    Guest.Visitor Guest

    Default How do I do OVRDBF within ILE?

    How can I do an Overide within RPG ILE, is this done with a API and if so how?

  2. #2

    Default How do I do OVRDBF within ILE?

    Here is an example of how I do it, there may be a better way, but this works: FFILE UF F 320 DISK USROPN C CLOSE NSF C MOVE *BLANKS CMD 100 C EVAL CMD='OVRDBF FILE '+%TRIM(lib)+'/'+ C %TRIM(fil)+' MBR('+%TRIM(mbr)+')' C CALL 'QCMDEXC' C PARM CMD C PARM 100 CMDLEN 15 5 C OPEN FILE lib, fil and mbr are program variables p.s. I am not an HTML whiz, so I apologize for how this looks!

+ Reply to Thread

Similar Threads

  1. OVRDBF
    By David Abramowitz in forum RPG
    Replies: 6
    Last Post: 02-14-2006, 02:27 PM
  2. help in understanding OVRDBF
    By K.Forsythe in forum CL
    Replies: 5
    Last Post: 08-09-2004, 09:27 AM
  3. OVRDBF
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 10-03-2001, 07:26 AM
  4. Using OVRDBF in ODBC
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 09-28-2001, 02:33 AM
  5. OVRDBF help
    By wjminc in forum Programming
    Replies: 2
    Last Post: 08-18-1998, 01:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts