Maintaining Registration File DC W29

LANSA Integrator

Maintaining Registration File DC@W29

To display and/or update the DC@W29 registration file use LANSA Integrator Studio or  maintenance program DC@P8700. You may also use Data File Utility or SQL commands to update this file.

The DC@P8700 maintenance program can be called either in interactive or batch mode, as follows:

To call in interactive mode:

From a command line

CALL DC@P8700

To call in batch mode or from another program:

Parameters must be supplied to identify the action to be performed and service.

Note: If no parameters are supplied, an Action of DSP is assumed.

Following is a list of possible parameters:

Parameter

Type & length

Values

Description

Action

A(3)

DSP
ADD
UPD
DLT

Display a service.
Add a service.
Update a service.
Delete a service.

Service

A(30)

 

Service name.

Host

A(80)

 

Host name.

Return Code

A(2)

OK
ER

Action performed successfully.
Error in action requested.

Type of Target

A(3)

FUN
3GL

Target is a Process/Function.
Target is a Program.

Target

A(32)

 

This may contain either:
     Process   A(10)
     Function  A(7)
     Partition  A(3)
     Language  A(4)

or
     
Program  A(32)

RDMLX Flag

A(1)

Y
N
blank

If Target is a Process/Function
Y=Function is RDMLX
N=Function is not RDMLX
(A blank is an implied N).

WSDL Path

A(256)

 

Absolute path of WSDL file.

 

 

The parameters that are required depend on the Action code:

For this Action

These parameters are required

DSP

Action

ADD

Action
Service
Host
Return Code
Type of Target
Target
RDMLX Flag
WSDL Path

UPD

Action
Service
Host
Return Code
Type of Target
Target
RDMLX Flag
WSDL Path

DLT

Action
Service
Host
Return Code