ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Please i need RPG program for make test

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

  • Please i need RPG program for make test

    Hi,

    first, sorry for my language.

    I'am looking for a web site where i could download sample rpg programs in SAVF format.

    I need a Rpg programs with subfile for make selection on an element and CRUD programs for this element.

    I need so pf and lf file and de dspf file. You have understand, l have nothing and i want all


    Only an I5

    i want to test the new solution of zend societe (web facing with apache and php) but i don't have rpg program .

    If someone have this link or this programs and files in savf format, thank you thank you thank you

  • #2
    Re: Please i need RPG program for make test

    You can just create a flat file to start with

    use this ==> change the mylib to maybe qgpl or your test library
    rcdlen = record length
    Code:
    crtpf    mylib/testfile  rcdlen(1000)
    then use default database "tool" to update file (DFU) IDDU whatever

    so on green screen command line after you run the above command do this
    Code:
    UPDDTA  mylib/testfile
    Then add records this should get you started. we can help you with a program but I dont think anyone will write one for you.

    not sure what you mean by this???
    election on an element and CRUD programs for this element.
    welcome
    Jamie
    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


    • #3
      Re: Please i need RPG program for make test

      by element he might mean candidate, which would make sense.

      election on a(n) candidate and CRUD programs for this candidate
      ...changes in bold...

      I think this sounds like our situation in the US right now
      Your future President
      Bryce

      ---------------------------------------------
      http://www.bravobryce.com

      Comment


      • #4
        Re: Please i need RPG program for make test

        Create, read, update and delete (CRUD), basic functions of a computer database

        Comment


        • #5
          Re: Please i need RPG program for make test

          Thank you for your feedback,

          I'm gonna write these programs .

          kuempi is right on his CRUD description.

          I tried some examples from the IBM website but didn't find any program using subfile and calling CRUD programs .

          It's been 10 years since i wrote RPG code line I'an gonna work on that.


          Thanks all for your help

          Comment


          • #6
            Re: Please i need RPG program for make test

            http://tommyholden.com/downloads/mvsfl.savf
            I'm not anti-social, I just don't like people -Tommy Holden

            Comment


            • #7
              Re: Please i need RPG program for make test

              Tomholden you are my benefactor


              Great Great Thank You !!

              Comment

              Working...
              X