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

  • Users: pthboss
  • Content: Threads
  • Order by date
  1. pthboss

    AIX COBOL & VARIABLE LENGTH FILES

    I am having a very hard time trying to create a true variable length record using IBM COBOL on an AIX UNIX. Is this even possible. The record descriptor has the correct record length but the program or UNIX wants to place null characters in the remainder of the record up to the maximum record...
  2. pthboss

    AIX COBOL SORT

    I am trying to sort a variable length file using an internal cobol sort. I am using IBM COBOL running on an AIX platform. I am getting this message: The SORT-RETURN special register was never referenced, but the current content indicated the sort or merge operation in program SRT231 on...
  3. pthboss

    Reading character and binary data

    I am trying to read a file into my COBOL program running on AIX that contains character and binary data. When I access the file with "Access is sequential" I can access the binary data but the character data gets hosed. When I access the file as "line sequential" the...
  4. pthboss

    COBOL - AIX - File status 35

    We are in the process of coverting our mainframe cobol programs to run under a AIX environment. I am having trouble opening a file. I am getting a file status 35. The Select statement is coded as follows: SELECT CONTROL-FILE-IN ASSIGN TO SYS014 ORGANIZATION IS SEQUENTIAL...

Part and Inventory Search

Back
Top