CCMATH

Perform inter-column maths

Description:

Perform inter-column maths (using TRANSFORM, SUN/61) The expressions and functions recognised have Fortran types and syntax. Any construct that is legal in TRANSFORM is legal in this subroutine, with the additional function INDEX for filling the array with an increasing sequence of integers. See SUN/61 for further details.

The names used for the data areas are as follows:

Usage:

ccmath

Parameters:

X = _CHAR (Read)
The transformation to perform on the contents of the XCOL data area.

["X – i.e. will cause the contents of the data area to remain unchanged.]

Y = _CHAR (Read)
The transformation to perform on contents of the YCOL data area.

["Y"i.e. will cause the contents of the data area to remain unchanged.]

Z = _CHAR (Read)
The transformation to perform on contents of the ZCOL data area.

["Z"i.e. will cause the contents of the data area to remain unchanged.]

EX = _CHAR (Read)
The transformation to perform on contents of the EXCOL data area.

["EX"i.e. will cause the contents of the data area to remain unchanged.]

EY = _CHAR (Read)
The transformation to perform on contents of the EYCOL data area.

["EY"i.e. will cause the contents of the data area to remain unchanged.]

Examples:

PONGO > CCMATH X=2Y
will fill each element of the XCOL data area with twice the corresponding element of the YCOL data area.

Notes: