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 strongm 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: *

  • Users: Red1
  • Order by date
  1. Red1

    Set output record length in JCL?

    The copybook is used as an input file in this program, so the pgm parses through it to table up the field lengths. Then the input data file is examined and each field (between delimiter characters) is expanded to the correct length (padded with spaces). The input data file is defined as...
  2. Red1

    Set output record length in JCL?

    In an MVS environment, I have a COBOL program to read a variable length input file that is a database dump. The fields are variable length, with a delimiter char between fields. The program will also read in a COBOL copybook that has each field defined with a maximum size, i.e. PIC X(014)...
  3. Red1

    Test bit settings??

    Slade, I just joined this forum. Is there not a way to email a reply to a particular member? If not, then if you could just include a clip from working storage showing the field definition and redefines clause? Also, the multiplication and check of the result. I don't need to see the...
  4. Red1

    Test bit settings??

    Slade, I would like to see your code example. Thanks.
  5. Red1

    Test bit settings??

    I would like to use COBOL to test bit settings, like an ALC test under mask. Any comments on the best way to accomplish this?

Part and Inventory Search

Back
Top