ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

New reports

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

  • New reports

    Hello,

    I tried to look around but I haven't find an answer to my question , so I decide to give a trty and post my own !!

    I'm new at AS 400 and my client ask me to creat some new reports. Is it any way to creat your own reports from scratch or copy and modify a old report to give me the info I need.


    Please help !!!

    Thank you very much

    Cris

  • #2
    Re: New reports

    How are reports generated now? RPG program, Query/400, SQL, other tool?

    Depending on how you generate reports, copying a existing report that produces similar output and making required changes is a good strategy, especially for beginner.

    Comment


    • #3
      Re: New reports

      Thank you itp !!

      The reports are generated as Query/400.

      Comment


      • #4
        Re: New reports

        to find the query you could do this
        Code:
        WRKOBJ OBJ(*ALL/*ALL) OBJTYPE(*QRYDFN)
        there are other commands like WRKQRY & STRQRY
        which will let you edit or create new queries

        then RUNQRY to run or run from withing one of the above commands

        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


        • #5
          Re: New reports

          Thank you and I'll try it !!

          Comment


          • #6
            Re: New reports

            great..
            heres a small example of changing a query


            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

            Working...
            X