Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschoen authored Feb 7, 2025
1 parent 58ce924 commit e1c0cb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ The following example queries all the records from table QIWS/QCUSCTDT and place

# QSHQRYSRC command parms

**Overview** - This CL command is a convenience command that can be used to run an SQL data selection query and create an outfile of resulting data. Instead of an SQL input statemment parameter, the query pulls SQL source from a source member or IFS file member.
**Overview** - This CL command is a convenience command that can be used to run an SQL data selection query and create an outfile of resulting data. Instead of an SQL input statement parameter, the query pulls SQL source from a source member or IFS file member.

**SQLLOC** - Thie parameter determines if the SQL query is sourced from a source member or an IFS file. Default is *SRCMBR.

Expand Down Expand Up @@ -761,7 +761,7 @@ Ex: ```QIWS``` for library or ```QCUSTCDT``` for file.

**IDCOLNAME** - This parameter will allow naming of the new identify column if one is added. Default is ```RECID```.

**DLTTMPSRC** - This parameter determines if the temporary source member TMPQRYSRC created in temporary source file QTEMP/TMPQRYSRC gets deleted after query processing.
**DLTTMPSRC** - This parameter determines if the temporary source member TMPQRYSRC created in temporary source file QTEMP/TMPQRYSRC gets deleted after query processing. Default is *YES.

Note: The following data areas are auto-created in the current job library QTEMP to track resulting query info. You can retreive a resulting record count or the name of the outfile to check for existence in case it didn't get created for some reason such as query failure.
```
Expand Down

0 comments on commit e1c0cb2

Please sign in to comment.