home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / bit / listserv / notisl / 3351 < prev    next >
Encoding:
Text File  |  1992-09-11  |  1.4 KB  |  31 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!paladin.american.edu!auvm!PILOT.NJIN.NET!PELAK
  3. Message-ID: <CMM-RU.1.3.716216278.pelak@pilot.njin.net>
  4. Newsgroups: bit.listserv.notis-l
  5. Date:         Fri, 11 Sep 1992 08:57:58 EDT
  6. Sender:       NOTIS discussion group list <NOTIS-L@TCSVM.BITNET>
  7. From:         Irene Pelak <pelak@PILOT.NJIN.NET>
  8. Subject:      Basic SAS Update Question
  9. Lines: 20
  10.  
  11. I am trying to use SAS to read the itemfile, read the corresponding bib record
  12. for a value and update th item file with that value.  The basics of what I
  13. have tried look like this:
  14.     INFILE LBRITMF VSAM ...;
  15.     FILE LBRITMF VSAM;
  16.     INPUT ....
  17.    PUT @1 _INFILE_ @;
  18.     INFILE LBRBIBF VSAM ....;
  19.     INPUT ....
  20.     PUT @54 value;
  21. I get a feedback code of 20.  I couldn't be experiencing "user lockout"
  22. because I am using our test system.  The only other possible listed is reading
  23. a record and then trying to add a new record.  Is this what it thinks I am
  24. trying to do because I am trying to read the bib record between the read and
  25. rewrite of the item record?  I thought the PUT @1 before the INFILE LBRBIBF
  26. would get me around that.  This is my first SAS update program, so I am
  27. reluctant to restructure the program to read the bib first and then read the
  28. corresponding item records for update, only to find that my problem was
  29. something else.
  30. IRENE PELAK  TECH1  BERGEN COMMUNITY COLLEGE  201-447-9236
  31.