num = REFCNT/[PART,'part_name',]'reference_set_name'[,IFERR,label:]
This statement returns the count of the members of a reference set. If you do not specify a part name, then the work part is used by default.
Parameter |
Description |
PART |
Specifies the use of a specific part name. |
'part_name' |
Specifies the name of the part. The part_name can be a string variable or a string literal. You can use the part name in the current directory or use a file specification. |
'reference_set_name' |
Specifies the name of the reference set. The name can be a string variable or a string literal. |
IFERR,label: |
Specifies a label to which program execution jumps if an error occurs. |