Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CLIST & REXX :: Need help on If condition continuation in REXX

$
0
0
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'


Viewing all articles
Browse latest Browse all 8500

Trending Articles