Was this helpful?
QUEL User Notes for LABEL Example
The QUEL version of the query for this example is:
/*
** LABEL. Write out three across mailing labels
** with suppression of blank PO boxes.
*/
.NAME label
.QUERY
        range of s is subscriber
        retrieve (s.name, s.po_box, s.address, s.city,
                s.state, s.zip)
Last modified date: 01/30/2023