Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. awkksgovus

    DFHCOMMAREA not picked up by called program

    I found a solution with some help the solutions were: The LENGTH operand of the LINK command must point to a binary HALFWORD ( i.e., a 2-byte COMP field ) NOT a FULLWORD ( i.e., a 4-byte COMP field ). Hence, your COBOL definition must be S9(4) COMP-5, not S9(5) COMP. If you pass a 4-byte COMP...
  2. awkksgovus

    DFHCOMMAREA not picked up by called program

    Correct in Intertest... it shows data for the commarea and a length. This is an existing program. A problem that has been in one environment for more than a year that no one fixed. There are two other areas where the same code is used, including production where it works just fine. There is...
  3. awkksgovus

    DFHCOMMAREA not picked up by called program

    It gets to PGMC... but PGMC thinks there is no DFHCOMMAREA and no LENGTH. Using CEDF. It shows a slightly different picture than Intertest. It (PGMA) shows that it is passing nothing with a length of 0.
  4. awkksgovus

    DFHCOMMAREA not picked up by called program

    LINKAGE SECTION. * 01 DFHCOMMAREA. 05 FILLER PIC X(12000). 01 TWA. 05 PARMLIST...
  5. awkksgovus

    DFHCOMMAREA not picked up by called program

    In short we have this sitituation. Main PGMA calls PGMB PGMB (Doesn't use DFHCOMMAREA) returns to PGMA PGMA calls PGMB (second time) PGMB returns to PGMA PGMA calls PGMC (uses commarea) DFHCOMMAREA (working storeage area) is correct before the call PGMC is invoked - DFHCOMMAREA - does not...

Part and Inventory Search

Back
Top