Author: ashok_uddaraju
Subject: Need help on If condition continuation in REXX
Posted: Fri May 19, 2017 8:55 am (GMT 5.5)
Hi,
I have IF statement which works fine in one line
IF WS-SPRM-COPE = 'a', 'b', 'b', 'd'
But adding another line fails. Can you suggest how to make multiple lines
IF WS-SPRM-COPE = 'a', 'b', 'b', 'd',
'e', 'f', 'g', 'h'
Subject: Need help on If condition continuation in REXX
Posted: Fri May 19, 2017 8:55 am (GMT 5.5)
Hi,
I have IF statement which works fine in one line
IF WS-SPRM-COPE = 'a', 'b', 'b', 'd'
But adding another line fails. Can you suggest how to make multiple lines
IF WS-SPRM-COPE = 'a', 'b', 'b', 'd',
'e', 'f', 'g', 'h'