I have tried to create a User command that will limit CICSLIST output from specified LPARS.
I have this so far, but it doesn't work properly :-
CMD CICSLIST XSD +
;SELECT XSSYSTEM = ESYS or +
;SELECT XSSYSTEM = ZSYS or +
;SELECT XSSYSTEM = DSYS
Can you help in determining where I am going wrong.
Release : 16.0
Component : SYSVIEW
The syntax that was coded had a few extra SELECTs and semi-colons.
The semi-colon is a command delimiter, so the command being passed to SYSVIEW was "SELECT XSS = ESYS OR" which would be a syntax error.