Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typically you could circumvent these limitations, if necessary, by assigning the desired compound or indexed variables to a simple variable name before executing the script.

Example FTP Subcommand Script

The following script might be used with a correctly configured FTP configuration to copy the contents of a source library on the source IBM i system to a target library on the target IBM i system.  The processing sequence must set the value of the processing sequence variables SOURCELIB and TARGETLIB in order to specify the respective library names.  The FTP configuration used must specify the remote host name and the remote user and password used to connect to the remote host.

...