ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

read/ write into a Data Queue

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

  • read/ write into a Data Queue

    Apart from using API's QSNDDTAQ & QRCVDTAQ, Is there any command in AS400 to directly read/write into a Data Queue.

  • #2
    Re: read/ write into a Data Queue

    CMDDTAQ Data Queue Commands

    Select one of the following:

    Commands
    1. Create Data Queue CRTDTAQ
    2. Delete Data Queue DLTDTAQ
    3. Work with Data Queues WRKDTAQ

    Comment


    • #3
      Re: read/ write into a Data Queue

      The short answer is ... No. If you search on this site, you'll probably find several versions of reading/writing into/from DataQ's. If not, let me know and I might can dig 1 or 3 up. If you take those and create a Service Program and compile that into your program, you can always use them as "functions" whenever you need them within your project. It's pretty simple ... and Tom swears by it...

      (No ... literally, he SWEARS by it! LOL)

      Comment


      • #4
        Re: read/ write into a Data Queue

        Commands for read and write into dataQ

        Comment


        • #5
          Re: read/ write into a Data Queue

          try here
          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