home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.apl
- Path: sparky!uunet!gatech!gsusgi1.gsu.edu!gsusgi1.gsu.edu!qmdbms
- From: qmdbms@gsusgi2.gsu.edu (Brian Schott)
- Subject: J5.1 question
- Message-ID: <qmdbms.714508731@gsusgi1.gsu.edu>
- Organization: Georgia State University
- Date: Sat, 22 Aug 1992 18:38:51 GMT
- Lines: 32
-
-
- On the Silicon graphics machine using J5.1, I am having a problem and
- would like help. I have defined t below and put it into my profile.js
- file. It reads in fine.
-
- t =. '(<''out''&,y.) 0!:2 <''sgi''&,y.' ; '(<''out''&,y.) 0!:2 <''sgipend'''
-
- If I "open" t with ">" it looks as follows.
- >t
- (<'out'&,y.) 0!:2 <'sgi'&,y.
- (<'out'&,y.) 0!:2 <'sgipend'
-
- If I run t as follows, the session stops in the middle, hung up.
- t : '' 'logic'
-
- But if I do the same thing as t does, but manually, as I show next, the
- session runs to completion and all is well.
- (<'outlogic') 0!:2 <'sgilogic'
- (<'outlogic') 0!:2 <'sgipend'
-
-
- Does anyone see a mistake? To be more specific when the session hangs
- up, it hangs up after completing the first line in t, somewhere deep
- into the second line of t. Furthermore the output from the first line
- of t is short and sweet, but the output of the second line should be
- 380 lines, but none shows in the file 'outlogic'.
-
- --
- Brian Schott/Decision Sciences Dept. qmdbms@gsusgi2.gsu.edu
- College of Business Administration 404-651-4070
- Georgia State University interests: approx. reasoning,
- Atlanta, Georgia USA 30303-3083 (B=) decision support systems
-