Listing file ID
The name of the listing file generated as a result of the comparison. (A listing file is always generated unless the NOLIST listing type is specified.)
You can:
- Leave this field blank (in which case SuperC allocates a default name for the listing file)
- Specify a full file ID to be used for the listing file
- Use a combination of
and*
symbols (which results in the listing file ID being a combination of the fn ft fm specified in the New File ID and the details you enter for the Listing File ID)=
Here are some examples:
New file ID | Listing file ID | File ID Used |
---|---|---|
new test a |
new superc a |
|
new test a |
myname mytype a |
myname mytype a |
* test a |
$ superc a |
|
new test a |
= listing a |
new listing a |
new* test a |
* listing a |
new$ listing a |