| u11aa | Index Level | u11bc |
| Syntax |
u11ad
file.name item.name attribute.ref code.number |
| Category | PROC |
| Type | User Exit |
| Description |
retrieves all multi-values from an attribute.
The following line of the PROC specifies the file information, and a code.number. "file.name" is the name of the file. If file.name is prefixed with an asterisk (*), the DICT portion of the file will be accessed. "item.name" is the item name. "attribute.ref" is the attribute name (or number) The "code.number" specifies where the data is to be placed. a = Outputs to alternative output buffer. p = Outputs to Primary input buffer. s = Outputs to current output buffer. t = Outputs to terminal. v = Verifies that the file exists. va= Verifies that the attribute exists. |
| Options | |
| See Also | user exits, PROC u21ad u01ad |
| Example | |
| Warnings | |
| Compatibility | R83 2.2 |
| u11aa | Index Level | u11bc |