MAT Analyze CLI profile schema.
Warning: This command has been deprecated.
Recommended replacement: The 'config set' command
Usage
zowe profiles update mat-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new mat profile. You can load this profile by using the name on commands that support the "--mat-profile" option.
MAT Profile Options
-
--protocol
| -o
(string)
-
Specifies the protocol defined for the MAT REST API server (http or https).
Allowed values: http, https
-
--host
| -H
(string)
- Specifies the hostname or IP address defined for the MAT REST API server (e.g. 127.0.0.0 or localhost).
-
--port
| -P
(number)
- Specifies the server port (e.g. 8080).
-
--user
| -u
(string)
-
--password
| --pw
(string)
-
--base-path
| --bp
(string)
- The base path for your API mediation layer instance. Specify this option to prepend the base path to all resources when making REST requests. Do not specify this option if you are not using an API mediation layer.
-
--reject-unauthorized
| --ru
(boolean)
- Reject self-signed certificates.
-
--listingDir
| --ldir
(string)
- Specifies the directory where you want to store the registered program listings (e.g. 'c:\listings') for your immediate source code inspection. You can use the advantage of automated listing registration with MAT and listing retrieval through Endevor® footprints for Cobol, C/C++, and Assembler programs. When a source program listing is registered with MAT, you can enhance the histogram analysis data with the program listing details that pertain to the specific CSECT and program statement. The listing is transfered to the specified directory, which enables you to navigate directly to the line of the source code in you VS Code IDE and inspect the program statement. To use the listing retrieval option through Endevor® footprints, you need to have the Endevor® Web Services installed and configured and specify the Endevor® web server details in the MAT database configuration.