DTRHELP.HLB  —  Commands Statements Clauses, PRINT Statements, Arguments
    print-list

       Is a list of value expressions and formatting specifications.

    ALL

       When used alone following PRINT, ALL causes the records in the
       current collection to be displayed or written to the specified
       file or device.

       When used with a print list, ALL causes the print list to be
       evaluated for each record in the current collection.

       When the print list begins with an inner print list, ALL is
       required to establish the proper context in which to resolve
       references to the items in the hierarchical list.

    rse

       Is a record selection expression that creates the record stream
       DEC DATATRIEVE uses to evaluate the elements of the print list.

    file-spec

       Is the file specification of the file to which you want to write
       the output of the statement.

       A complete file specification has the following format:

       node-spec::device:[directory]file-name.type;version

    *.prompt-name

       Is a prompting value expression that prompts you for a file
       specification to which you want to write the output of the
       statement.
Close Help