CHGDIR

LANSA Integrator

CHGDIR

The CHGDIR command will change the current directory on the remote FTP session.

 

 CHGDIR --------- PATH ---------- path name --------------------|

 

Keywords

PATH

Changes the current directory path to the PATH value specified.

This value can be a relative or absolute path.

Examples

RDML

 

USE BUILTIN(JSM_COMMAND) WITH_ARGS('CHGDIR PATH(/xxxpgmlib/JSM/INSTANCE)') TO_GET(#JSMSTS #JSMMSG)

 

RDMLX

 

use builtin(jsmx_command) with_args(#jsmxhdle1 'chgdir path(/xxxpgmlib/jsm/instance)') to_get(#jsmxsts #jsmxmsg)