Progress/400
Product Guide


Using QCMD to Start the Native 4GL Client Remotely

You can execute the Native 4GL Client code from a remote client connected to a DB2/400 database. Within a Progress procedure on a remote client, use the following syntax to execute your code:

DO TRANSACTION:
		CREATE QCMD:
		ASSIGN QCMD.cmd = "STRPROCLI SCHDB(DB-NAME) STRPROC(CODE)".
		VALIDATE QCMD.
END. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095