home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.cobol
- Path: sparky!uunet!sequent!muncher.sequent.com!map
- From: map@sequent.com (Michael Perry)
- Subject: Re: Command Line Arguments
- Message-ID: <1992Nov23.180640.18323@sequent.com>
- Sender: usenet@sequent.com (usenet )
- Nntp-Posting-Host: sequent.sequent.com
- Organization: Sequent Computer Systems, Inc.
- References: <1992Nov23.005741.21924@cronkite.ocis.temple.edu>
- Date: Mon, 23 Nov 92 18:06:40 GMT
- Lines: 18
-
- In article <1992Nov23.005741.21924@cronkite.ocis.temple.edu> hdoshi@picasso.ocis.temple.edu (Hiren Doshi) writes:
- >Is there any way to pass command line arguments to a program writtten
- >in MicroFocus PC COBOL? I hope that this is not a FAQ.
- >
- >Hiren...
-
- Yes....
-
- 01 COMMAND-INPUT pic x(128) value spaces.
-
-
- procedure....
-
- accept COMMAND-INPUT from command-line.
-
- Mike
- --
- "Life's a bench, then you die!"
-