From a procedure

You can include almost any QMF command as a line in a procedure, including a RUN command that runs the same or another procedure. This is helpful when using commands that are too long to enter on the command line.

When you put commands into a procedure, use the full command names, parameters, and values rather than the abbreviations. The minimum acceptable abbreviation for an existing word might change in future releases and cause your procedure to fail.

Commands in procedures with logic

When you use QMF commands in a procedure with logic, the commands:

Commands in linear procedures

Commands in linear procedures can be continued over more than one line by placing a plus sign (+) as a continuation character in column 1 of each additional line. The continued line then starts in column 3.

For more information on using commands in both types of procedures, see Procedures.

[ Previous Page | Next Page | Contents | Index ]