MDOBJRPT - Run MD Object Request Report command
MDCMS is delivered with a command-based API that creates a report of all object requests for specific filters. The report is available in the Report Output screen and can additionally be exported via email or copied to an IFS folder, spooled file or Database file.
The list will be of active object requests, unless an RFP value is provided and the RFP is already installed.
MDOBJRPT Parameter Table
| Name | Type | Length | Description |
|---|---|---|---|
| KEYWORD | Description | Type | Length |
| APPL | Application - will be filtered to a specific application If provided | CHAR | 6 |
| LVL | Level - will be filtered to a specific level if provided | INTEGER | 3 |
| RFP | RFP Number - will be filtered to a specific RFP if provided | INTEGER | 7 |
| PROJ | Project ID - will be filtered to a specific Project if provided | CHAR | 12 |
| TASK | Task Number - will be filtered to a specific Task number if provided | INTEGER | 7 |
| STSK | Subtask Number - will be filtered to a specific Subtask number if provided | INTEGER | 7 |
| USER | Programmer - will be filtered to object requests assigned to a specific user ID if provided | CHAR | 10 |
| ENV | MDCMS Environment ID *CUR - same MDCMS instance as current library list *DFT - the default MDCMS instance (no suffix) | CHAR | 5 |
| Print result to spooled file *NO / *YES | CHAR | 4 | |
| COPY | Copy result to physical file *NO / *YES | CHAR | 4 |
| EXPORT | Export result to IFS file *NO / *YES | CHAR | 4 |
| Email result *NO / *YES | CHAR | 4 | |
| CPYF | Copy to Physical File - the name of the file to copy the results to, when COPY = *YES | CHAR | 10 |
| CPYL | Copy to Library - the name of the library to copy the results to, when COPY = *YES | CHAR | 10 |
| IFSF | Export to filename - the name of the IFS file when EXPORT = *YES or the name of the file attached to the email when EMAIL = *YES | CHAR | 60 |
| APPTS | Append Timestamp to filename *NO / *YES | CHAR | 4 |
| IFSD | Export to directory - the path of the folder to place the IFS file in, when EXPORT = *YES | CHAR | 80 |
| RPTFMT | Report Format - the format of an exported or emailed report. Either CSV, PDF, TXT or XLSX | CHAR | 4 |
| CSVDEL | CSV delimiter when report format is CSV | CHAR | 1 |
| EADR | Address to receive Email, when EMAIL = *YES | CHAR | 60 |
| EUSR | User ID to receive Email, when EMAIL = *YES. Address stored in MDSEC for user will be used | CHAR | 10 |
| EGRP | Group to receive Email, when EMAIL = *YES | CHAR | 10 |