home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2609 < prev    next >
Encoding:
Text File  |  1992-11-09  |  930 b   |  24 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!unixhub!fnnews.fnal.gov!overload.lbl.gov!zeus.ieee.org!europa.asd.contel.com!paladin.american.edu!auvm!VCCSCENT.BITNET!SOMITCW
  3. Message-ID: <IBM-MAIN%92110917421275@RICEVM1.RICE.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Mon, 9 Nov 1992 18:31:07 EST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         SOMITCW@VCCSCENT.BITNET
  8. Subject:      problem opening a vsam file
  9. Lines: 13
  10.  
  11.  On Mon, 9 Nov 1992 17:05:09 EDT, STAN@VM.TEMPLE.EDU wrote:
  12. >A student teaching assistant here has a VS COBOL II program which
  13. >attempts to open a VSAM KSDS file which is varying in record length and
  14. >also has an alternate index with duplicate entries. - - -
  15.  
  16.     Your student has defined the PATH before the load.
  17.  Suggested order is:
  18.  
  19.  1.  DEFINE CLUSTER
  20.  2.  REPRO or load the data.
  21.  3.  DEFINE AIX
  22.  4.  BLDINDEX
  23.  5.  DEFINE PATH
  24.