ObjectName |
The QMF for Windows file (query, procedure, job,
or form) that opens when you start QMF for Windows. |
/IProcName:procedurename |
The name of the procedure, which is stored at
a database server, to run after QMF for Windows starts.
Specify the /IServer parameter if the
server is different from the server at which the procedure was created. |
/IProcFile:procedurefile |
The location and name of a locally-stored procedure file
to run after starting QMF for Windows. |
/IServer:servername |
The server where the startup procedure is stored,
as specified on the /IProcName parameter. |
/IObject:"ObjectOwner"."
ObjectName" |
The name of an object stored at a database server
that will be retrieved after starting QMF for Windows.
You also need to specify the /IServer parameter. |
/Run |
Start an opened or retrieved object.
This parameter is used in conjunction with the /IUserID and /IPassword parameters.
Note:
This parameter ignores forms and jobs. |
/IDisplay |
An opened or retrieved object.
If the /IRun or /IDisplay parameters
are not specified, then the /IDisplay parameter
will be used. |
/IUserID:userID |
The user ID to use when running an object specified with
any of the following parameters:
- /IProcName
- /IProcFile
- ObjectName
- /IObject
The /IUserID:userID parameter is used
in conjunction with the /IPassword parameter. |
/IPassword:password |
The user's password specified with the /IUserID parameter.
Note:
The /IPassword parameter
includes the user's password in plain text. |
/Batch |
End the current session and close the application
after running the object specified on the command line.
Note:
This parameter suppresses all warnings and error
messages. |
&variablename-variablevalue |
Define or update global variable values for a procedure
or query. Multiple variables can be defined.
Note:
The value sent to the procedure must be enclosed
in double quotes (" "). |
/ICatalogUserID |
The user ID to use when connecting to an ODBC
data source. It is used in conjunction with the /ICatalogPassword parameter. |
/ICatalogPassword |
The user's password, as specified with the /ICatalogUserID parameter.
This parameter is used when accessing ODBC data sources. |
ICatalogUserID |
The the user ID for the catalog server associated
with the /IServer parameter.
The ICatalogUserID parameter is used
in conjunction with the /ICatalogPassword parameter. |
ICatalogPassword |
The user password associated with the /ICatalogUserID parameter.
Note:
The /ICatalogPassword parameter
includes the user's password in plain text. |