home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2603 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.3 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!ukma!darwin.sura.net!paladin.american.edu!auvm!VM.TEMPLE.EDU!STAN
  2. From: STAN@VM.TEMPLE.EDU (Stan Horwitz)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: problem opening a vsam file
  5. Message-ID: <IBM-MAIN%92110916215294@RICEVM1.RICE.EDU>
  6. Date: 9 Nov 92 21:05:09 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Organization: Temple University -- Academic Computer Services
  9. Lines: 36
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. X-Acknowledge-To: <STAN@vm.temple.edu>
  12.  
  13. Hello;
  14.  
  15. A student teaching assistant here has a VS COBOL II program which attempts
  16. to open a VSAM KSDS file which is varying in record length and also has an
  17. alternate index with duplicate entries. The file and its index were just
  18. defined so there is no data in the cluster or its aix component. She wants
  19. to open the file for the purpose of populating it with data. Unfortunately, an
  20. when the program attempts to OPEN OUTPUT the file, the program abends and
  21. displays the following error message:
  22.  
  23. 4228I FILE SYS09    OPEN  ERROR X'64'(100) CAT IJSYSUC
  24.  
  25. The contents of the KSDS file's status key = 39 at this point.
  26.  
  27. I have searched high and low for an informative explanation of what this
  28. error means and have found nothing. I know that 39 means there's a conflict
  29. with the way the COBOL program is describing the file and the way it was
  30. created, but I cannot for the life of me see where the conflict resides. I
  31. have looked over this many times and have tried numerous changes to get it
  32. to work without success. One of the administrative programmers here saw
  33. nothing wrong here either and he is resarching further, but I am in a hurry
  34. to resolve this because this is needed for an assignment that will be
  35. discussed in the instructor's class tomorrow afternoon. Does anyone know
  36. what this cryptic error means? The documentation I have has lots of error
  37. codes, but of course the one I need now is not documented.
  38.  
  39. By the way, this is being run on an IBM 3084Q under VM/XA CMS 5.5 with the
  40. VS COBOL 2 V3.3 compiler. Any help in this matter will be appreciated.
  41.  
  42.  Stan Horwitz   Internet: STAN @ VM.TEMPLE.EDU  Bitnet: STAN @ TEMPLEVM
  43.  
  44.  Temple University's Sr. Mainframe Consultant; Manager of the Help-Net
  45.  and Suggest lists; Listserv Postmaster
  46.  
  47.  Standard disclaimers apply. One of these days I will make this sig file
  48.  look much nicer.
  49.