home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!destroyer!fmsrl7!lynx!hydra.unm.edu!hamjavar
- From: hamjavar@hydra.unm.edu (Farid Hamjavar)
- Subject: DCL question.
- Message-ID: <a2lq0gk@lynx.unm.edu>
- Date: Thu, 19 Nov 92 01:36:09 GMT
- Organization: University of New Mexico, Albuquerque
- Lines: 38
-
-
-
-
- Hello :
-
- As you can tell the following simple DCL script prints its first two
- parameters/arguments :
-
- $ DISPLAY= "WRITE SYS$OUTPUT"
- $ DISPLAY "''p1'"
- $ DISPLAY "''p2'"
-
-
- Now if any of the parameters starts with / this script will crash :
-
- $ @t.com /parameter1 /parameter2
- %DCL-W-IVQUAL, unrecognized qualifier - check validity, spelling, and placement
-
-
-
-
- Is there any clean way to go around this? That is, to be able to
- print them (or use them in same script) as they are?
-
- The reason is that later on, those parameters will be fed to another
- application within the same script.
-
-
- Thank you.
- Farid Hamjavar
- You can reply publicly or e-mail me : hamjavar@carina.unm.edu
-
-
-
-
-
-
-
-