With OPS (Output Presentation Service), you have the option to create the outputs of SHOW commands alternative or additional to the output in SYSLST/SYSOUT in OPS variables. For this to be possible, SDF-P must be installed. The user must generate the corresponding OPS variables with DECLARE-VARIABLE. The information supplied by SHOW commands is stored by openFT in an SDF-P structure, which can be evaluated with the help of an SDF-P procedure. Structure elements which have not been set due to a corresponding command input are output without value assignment.
The request to set OPS variables is made by integrating the unchanged FT command into the BS2000 command EXEC-CMD.
Example
/DECLARE-VARIABLE VARIABLE-NAME=<variable-name>,TYPE=*STRUCTURE(...)...
/EXEC-CMD (SHOW-FILE-TRANSFER),TEXT=*N,STRUCT-OUT=<variable-name>
The following openFT user commands offer OPS support:
SHOW-FILE-TRANSFER
SHOW-FILE-FT-ATTRIBUTES
SHOW-FTAC-ENVIRONMENT
SHOW-FT-ADMISSION-SET
SHOW-FT-INSTANCE
SHOW-FT-KEY
SHOW-FT-LOGGING-RECORDS
SHOW-FT-MONITOR-VALUES
SHOW-FT-OPTIONS
SHOW-FT-PARTNERS
SHOW-FT-PROFILE
SHOW-FT-RANGE
SHOW-REMOTE-FILE-ATTRIBUTES