ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Adding records to source file

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

  • #16
    Re: Adding records to source file

    That makes sense.
    Your friends list is empty!

    Comment


    • #17
      Re: Adding records to source file

      It would be wild if that caused it, but then again, I dont think I've tried it either.
      Michael Catalani
      IS Director, eCommerce & Web Development
      Acceptance Insurance Corporation
      www.AcceptanceInsurance.com
      www.ProvatoSys.com

      Comment


      • #18
        Re: Adding records to source file

        Originally posted by MichaelCatalani View Post
        I wonder if the error is occuring when the program is attempting to write the records to disk? In other words, the buffering of the writes work, because the program was compiled against a file that had the specified format, but when the system attempts to write the buffered records to disk, that's when it determines the record format for the file its writing to doesnt exist.
        If that were the only issue here why would less than 44 lines be written OK?
        That's exactly what i meant when a asked this:
        By the way does this program work with less than 45 lines? .... It shouldn't
        GLS
        The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

        Comment


        • #19
          Re: Adding records to source file

          Originally posted by GLS400 View Post
          If that were the only issue here why would less than 44 lines be written OK?
          That's exactly what i meant when a asked this:


          GLS
          It shouldnt, only that the error may occur later in the process when the file is closed. I'm not sure this is possible, just throwing out a possibility of why its not failing until write #45.
          Michael Catalani
          IS Director, eCommerce & Web Development
          Acceptance Insurance Corporation
          www.AcceptanceInsurance.com
          www.ProvatoSys.com

          Comment

          Working...
          X