2.10.3 Using the files= Option

The size of the input line in OpenVMS requires that you specify a large number of file names on the driver input line as follows, using fpppp as an example:

  1. Create a file list.lis by using the following command:
    dir /col=1/out=list.lis *.f
    

  2. Edit list.lis to remove the first line and the last line that are echos of the dir command. The remaining file contains a list of the .f files in the current directory one file name per row.

  3. Issue the command:
    kfort/fkapargs=(/ag=ab/ur2=560/conc)/files=list.lis
    

    If you issue the kfort command with an option following file.lis , VMS protocol specifies that the option applies only to the last file name in file.lis . In the following example, /DOUBLE_SIZE=64 applies to the last file name in file.lis .

    kfort/fkapargs=(/ag=ab/ur2=560/conc)/files=list.lis/DOUBLE_SIZE=64
    


Previous Page | Next Page | Contents | Index |
Command-Line Qualifiers

Copyright © Digital Equipment Corporation. 1999. All Rights Reserved.