SysWorks©

SysWorks
Command Reference Manual


Previous Contents Index


Chapter 3
Command Procedure Reference

This chapter provides the reference information for the DCL command procedures provided by SysWorkstm.


SWRK_CONVERT_RDB_DATABASES

Converts all Rdb databases within the SysWorks logical disk structure to the latest version using RMU/CONVERT.

Format

@SWRK_SFT_DIR:SWRK_CONVERT_RDB_DATABASES


Examples

#1

$ @swrk_sft_dir:swrk_convert_rdb_databases
      

Convert all the databases.


SWRK_CVT_RDB_TO

Converts an Rdb database into a set of sources.

Format

@SWRK_SFT_DIR:SWRK_CVT_RDB_TO conversion-types database dest-dir comment


Parameters

conversion-types

Specifies a list of one or more conversions to be performed. The following table indicates the conversion codes supported:
Code Usage
CDO CDD/Repository field and record sources should be generated.
RDO RDO field and relation sources should be generated.
SQL SQL domain and table sources should be generated.

database

Specifies the root file of the database for which definitions should be generated.

dest-dir

Specifies the directory in which the generated sources will be created.

comment

Specifies a comment to be placed in each generated source.

Examples

#1

$ @swrk_sft_dir:swrk_cvt_rdb_to cdo,sql disk_dba:[fin]fin fin_lib_dir: "From DBAs"
      

Generate CDD/Repository field and record definitions and SQL domain and table definitions from the FIN database in the DBA logical disk area into the FIN applications library directory.


Chapter 4
Obsolete Command Reference

This chapter provides the reference information for the obsolete DCL commands and interfaces provided by SysWorkstm.


APPLICATION

Changes the process context to the specified application environment including executing appropriate DCL procedures.

Description

The APPLICATION convenience command is equivalent to:


      CONTEXT APPLICATION 

See CONTEXT for more details.


ENVIRONMENT

Changes the process context to the specified environment of the current application including executing appropriate DCL procedures.

Description

The ENVIRONMENT convenience command is equivalent to:


      CONTEXT ENVIRONMENT 

See CONTEXT for more details.


GROUP

Changes the process context to the specified group including executing appropriate DCL procedures.

Description

The GROUP convenience command is equivalent to:


      CONTEXT GROUP 

See CONTEXT for more details.


VERSION

Changes the process context to the specified version of the current application environment including executing appropriate DCL procedures.

Description

The VERSION convenience command is equivalent to:


      CONTEXT VERSION 

See CONTEXT for more details.


Index Contents