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 Mike Lewis 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. pthboss

    AIX COBOL SORT

    Glenn: Thank you for responding. It seems my problem is not with the sorting of the variable length records. Its with the creation of the variable length records. Please see my new post.
  2. 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...
  3. 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...
  4. pthboss

    Reading character and binary data

    Glenn: The file was created on an AIX machine.
  5. 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...
  6. pthboss

    COBOL - AIX - File status 35

    Problem Solved. I changed the organization sequential statement in the select to organization is line sequential and it worked like a champ. Thanks to all of you who responded.
  7. pthboss

    COBOL - AIX - File status 35

    Tom and Dimandja: Thank you both for responding. Tom: We are using IBM COBOL on a RS6000 UNIX box. Dimandja: Yes I am sure of the location of the data file. I have checked a number of other forums and groups and the file status 35 seems to be a very common problem.
  8. 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