SHOW OBJECT – Display the object structure of an HCL Workload Automation for Z record

Various commands allow you to create object variables. The format of the object variables reflects the structure of the record being retrieved. Use the SHOW OBJECT command to list the structure of a specific record.

The syntax is SHOW OBJECT(<record>)

Where <record> can be one of the following values:
AD
Application Description (database)
AWSCL
All workstations closed (database)
CL
Calendar (database)
CPCOND
Condition (current plan)
CPOC
Occurrence (current plan)
CPOP
Operation (current plan)
CPOPSRU
Special resource usage (current plan)
CPUSRF
User field (current plan)
CRITPATH
Critical path (current plan)
CSR
Special resource (current plan)
CPST
Status (current plan)
CPWS
Workstation (current plan)
CPWSV
Workstation destination (current plan)
ETT
Event trigger (database)
GENDAYS
Rule date list
JCLV
JCL variable table (database)
JL
Job log (current plan)
JS
JCL (current plan)
JCLPREP
JCL (current plan)
LTOC
Occurrence (current plan)
OI
Operator instruction (database)
PR
Period (database)
RG
Run cycle group (database)
SR
Special resource (database)
WS
Workstation (database)
WSV
Workstation destination (database)
XENV
Execution environment
In the following example, the SHOW OBJECT(CL) command shows all the available object variables for a calendar with -n- showing where sequence numbers fit into the syntax:
08/22 10.47.39 EQQI200I SHOW OBJECT(CL)                      
08/22 10.47.39 EQQI601A Object: @OBJ-CLNAME                  
08/22 10.47.39 EQQI601A Object: @OBJ-CLDAYS  
08/22 10.47.39 EQQI601A Object: @OBJ-CLSHIFT
08/22 10.47.39 EQQI601A Object: @OBJ-CLDESC 
08/22 10.47.39 EQQI601A Object: @OBJ-CLVERS
08/22 10.47.39 EQQI601A Object: @OBJ-CLLDATE  
08/22 10.47.39 EQQI601A Object: @OBJ-CLLTIME
08/22 10.47.39 EQQI601A Object: @OBJ-CLLUSER
08/22 10.47.39 EQQI601A Object: @OBJ-CLLUTS
08/22 10.47.39 EQQI601A Object: @OBJ-#CLSD
08/22 10.47.39 EQQI601A Object: @OBJ-CLSD-n-CLSDDATE
08/22 10.47.39 EQQI601A Object: @OBJ-CLSD-n-CLSDSTAT
08/22 10.47.39 EQQI601A Object: @OBJ-CLSD-n-CLSDDESC
08/22 10.47.39 EQQI601A Object: @OBJ-#CLWD
08/22 10.47.39 EQQI601A Object: @OBJ-CLWD-n-CLWDDAY
08/22 10.47.39 EQQI601A Object: @OBJ-CLWD-n-CLWDNUM
08/22 10.47.39 EQQI601A Object: @OBJ-CLWD-n-CLWDSTAT
08/22 10.47.39 EQQI601A Object: @OBJ-CLWD-n-CLWDDESC 
08/22 10.47.39 EQQI299I Statement completed - RC=0 (00000014)