Examples

  1. To display the CONNECT command prompt panel:
      CONNECT ?
  2. To connect to a remote database server with a location name of MIAMI:
      CONNECT TO MIAMI
  3. To change the database user to "QMFADM", having a password of "A12ZDT", at the current DB2 for VM location:
      CONNECT "QMFADM" ( PASSWORD="A12ZDT"
  4. To connect to another DB2 for VM location and change the database user:
      CONNECT QMFADM TO MIAMI ( PASSWORD=A12ZDT
[ Previous Page | Next Page | Contents | Index ]