Hi,
I have three fields in an ISPF panel. I need to add validation to ensure atleast one of the three fields have a value. I put the following statement in the panel, but it doesn't work. How can this be done?
IF (&AUDFACA='')
IF (&AUDFACB='')
VER(&AUDFACC,LIST,'A','B','C',MSG=AUDT109)