Is it possible to do the above in IBM MVs or Z/OS ?
Specifically, I would like to do the following;
SELECT * FROM ANY_TABLE WHERE ANY_COLUMN IN (Parm1, Parm2, etc).
(Or any other construct that would do the required function)
"Parm1", "Parm2" to be contained in an input dataset, as separate records.
Thanks for your attention.
Specifically, I would like to do the following;
SELECT * FROM ANY_TABLE WHERE ANY_COLUMN IN (Parm1, Parm2, etc).
(Or any other construct that would do the required function)
"Parm1", "Parm2" to be contained in an input dataset, as separate records.
Thanks for your attention.