ONXSEL Select Lib.Elements to Files

ONXSEL ['str1'=....] [, vsn/device]

Create a file from an FMS / LMS / PLAM library element.

'str1'='str2' The name of the file to be created is constructed such that a search is made in the name of the element for 'str1', and if found, will be replaced by 'str2'. By definition, every name is suffixed with a blank string '_', and prefixed with an empty string ''

For more information on Name transformation rules see page 5-.

If the name does not contain 'str1', the SEL Variable Action will not be executed for this element.

If 'str1'='str2' is not specified, the file will have the same name as the element. See also page 6-: Action-Code S (Select).

vsn/device Volume and device type of a private volume on which the file should be created.

Notes:

When selecting PLAM elements to a file, only type 01 records will be processed. All other record type will be ignored.

When selecting PLAM elements to files, neither the element type nor the version description will be used to build the file name. Prefixing a file name is achieved by ONXSEL''='prefix'

Examples:

ONXSEL''='ABC.S.'

e.g. TEST --> ABC.S.TEST

ONXSEL  or  ONXSEL''=''

File name = Element name. Equivalent to the Action Code S.