HI ,
I am beginner in rexx, i need to search a string in data set. for that i have referred the data set using array. but i am unable to search string in the array .
please help me
Thanks in Advance ..
//MYPDS EXEC PGM=ISRSUPC,PARM=(SRCHCMP,'ANYC')
//NEWDD DD DISP=SHR,DSN=PEDRO.MY.PDS
//OUTDD DD SYSOUT=(H)
//SYSIN DD *
SRCHFOR 'XYZ'
/*