+ Reply to Thread
Results 1 to 3 of 3

Thread: Error on OVRDBF in CL

  1. #1
    Guest.Visitor Guest

    Default Error on OVRDBF in CL

    The error on my OVRDBF is as follows: Value 'GGLYER ' for parameter MBR not a valid name. Error found on OVRDBF command. CPF0001 received by GRGLC210 at 700. (C D I R) C Function check. CPF0001 unmonitored by GRGLC210 at statement 700, instruction X'0020'. Below are my VARS and CHGVARS. The members are in the format GGLYER01 so I'm CHGVAR &YERMBR to GGLYER *TCAT &YEAR2 but the ovrdbf doesn't seem to like it. Any suggestions? DCL VAR(&YERMBR) TYPE(*CHAR) LEN(8) DCL VAR(&YEAR) TYPE(*CHAR) LEN(4) DCL VAR(&YEAR2) TYPE(*CHAR) LEN(2) CHGVAR VAR(&YEAR2) VALUE(%SST(&YEAR 3 2)) CHGVAR VAR(&YERMBR) VALUE('GGLYER' *TCAT &YEAR2) CALL PGM(GRGLR212) PARM(&YEAR &PER &BDATE + &EDATE) OVRDBF FILE(GGLYERL11) TOFILE(GGLYERL11) + MBR(&YERMBR) SHARE(*YES) SEQONLY(*NO)

  2. #2

    Default Error on OVRDBF in CL

    Try doing a DMPCLPGM right before the OVRDBF and check the contents of &YERMBR and &YEAR2.

  3. #3
    buck.calabro@commsoft.net Guest

    Default Error on OVRDBF in CL

    > Value 'GGLYER ' for parameter MBR not a valid name. > Error found on OVRDBF command. > CPF0001 received by GRGLC210 at 700. (C D I R) > C Try it with a 'D' and see if there is non-displayable hexadecimal data after CGLYER (where it looks like spaces). If so, &YEAR may not have what you think it does in it. --buck

+ Reply to Thread

Similar Threads

  1. OVRDBF
    By David Abramowitz in forum RPG
    Replies: 6
    Last Post: 02-14-2006, 02:27 PM
  2. OVRDBF
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 10-03-2001, 07:26 AM
  3. How do I do OVRDBF within ILE?
    By Guest.Visitor in forum Programming
    Replies: 1
    Last Post: 05-06-1999, 02:06 PM
  4. OVRDBF help
    By wjminc in forum Programming
    Replies: 2
    Last Post: 08-18-1998, 01:11 PM
  5. ovrdbf error
    By wjminc in forum Programming
    Replies: 0
    Last Post: 01-01-1995, 02:00 AM

Posting Permissions

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