Examples of Syntax for the /print Option
The following examples illustrate the use of the /print option:
- To create a command file that can recreate an entire configuration file, type a command of the following form:
snacfg [#configpath] /print > cmdfile.ext
- To create a command file from a particular connection in an existing configuration, type a command of the following form, substituting the name of the connection for connectionname:
snacfg [#configpath] connection connectionname /print > cmdfile.ext
- To create a command file from a particular 3270 LU in an existing configuration, type a command of the following form, substituting the name of the LU for luname:
snacfg [#configpath] lu luname /print > cmdfile.ext
After generating snacfg command files, you can modify them and use them like any other snacfg command file.