Skip to content

Commit

Permalink
Fixed table of contents Github-style link
Browse files Browse the repository at this point in the history
  • Loading branch information
abend0c1 committed Mar 14, 2021
1 parent 337717c commit ab29c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ The uppercase letters are the minimum abbreviation for each of the commands show
| [**DEST** \[*destname*\]](#DEST-destname) | Filter SPOOL files by destination name. Reset the filter by omitting the destination name |
| [**SORT** sortspec](#SORT-sortspec) | Set the column sorting order for tabular output from an SDSF primary command (DA, I, O, etc)
| [*sdsfcommand*](#sdsfcommand) | Issue an SDSF primary command (e.g. DA, I, O, etc) - optionally filtered by prior `PREFIX`, `OWNER`, `SYSNAME` and `DEST` commands |
| [**?**](#?) | List the spool datasets for this job. You must first issue an SDSF primary command (DA, I, O, etc) |
| [**?**](#) | List the spool datasets for this job. You must first issue an SDSF primary command (DA, I, O, etc) |
| [**S**elect *jobname* \[*sysoutdd* \[*stepname* \[*procstep*\]\]](#Select-jobname-sysoutdd-stepname-procstep) | Read the specified JES SPOOL dataset(s) for a job into REXX `line.n` stem variables. The datasets to be read can optionally be filtered by *sysoutdd* etc). You must first issue an SDSF primary command (DA, I, O, etc) |
| [**USS** *usscommand*](#USS-usscommand) | Issue a USS command (e.g. cat /etc/profile) and capture the output into REXX `line.n` stem variables |
| [**READ** {*dsn* \| *ddname* \| *pathname*}](#READ-dsn--ddname--pathname) | Read a dataset or PDS member, a DD name, or a Unix file into REXX `line.n` stem variables |
Expand Down

0 comments on commit ab29c08

Please sign in to comment.