IBM Support

PM57702: TRAILING @ IN A LINE SEQUENTIAL FILE ARE WRONGLY REMOVED.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • If a record ends with the "at" sign @ then the @ are truncated.
    They are removed as if they were trailing spaces.  This happens
    on a ORGANIZATION IS LINE SEQUENTIAL file, COBOL for AIX 4.1.1.
    01  OUT-REC PICTURE X(20).
        MOVE "Hello@@@@@@@@@@@@@@@" TO OUT-REC.
        WRITE OUT-REC.
    The incorrect result is
    Hello
    It should be
    Hello@@@@@@@@@@@@@@@
    

Local fix

  • Temporarily use RSD file organization.
    Change this
     SELECT MY-FILE ASSIGN TO FILE1
      ORGANIZATION IS LINE SEQUENTIAL.
    to this
     SELECT MY-FILE ASSIGN TO RSD-FILE1
      ORGANIZATION IS SEQUENTIAL.
    

Problem summary

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    PM57702

  • Reported component name

    COBOL AIX RUNTI

  • Reported component ID

    5724Z8702

  • Reported release

    411

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2012-02-08

  • Closed date

    2012-03-27

  • Last modified date

    2012-06-07

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    COBOL AIX RUNTI

  • Fixed component ID

    5724Z8702

Applicable component levels

  • R411 PSN UK76955

       UP12/03/27 P 9999

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SS6SGM","label":"COBOL for AIX"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"411","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
28 October 2021