ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

CPF4102 error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Re: CPF4102 error

    Crap! I just read the first post.
    What is the reason code you are getting with the error?

    Place your cursor on the error message if interactive compile and get the
    reason code.....

    Then we can use dhuesman's post to figure out what is wrong.

    If its 6 then there are no members

    addpfm to the physical file and you will be okay
    Code:
    ADDPFM FILE(DOPROG1) MBR(NEWMEMBER) TEXT('blah blah')

    Code:
    CHGPF FILE(DOPROG1) MAXMBRS(*NOMAX)
    All my answers were extracted from the "Big Dummy's Guide to the As400"
    and I take no responsibility for any of them.

    www.code400.com

    Comment


    • #17
      Re: CPF4102 error

      Excuse me, I don't know if is stupid what I write but is possible you mistake the name of the file you use in the program "O" (letter O) insted of 0 (number ZERO)
      or viceversa.

      Bye bye
      Nicolas

      Comment


      • #18
        Re: CPF4102 error

        Sorry, very stupid mistake made. An overide was being used in an CL I didn't realize was being used.


        Thanks for all of your help anyways.

        Jane22

        Comment

        Working...
        X