Hi,
I am trying to use this command thru a parameter file
If file-1.Variable-1 EQ 'ABCD'
do something
END if
Now going forward 'ABCD' can have one more value and the if conditino would change to
If file-1.Variable-1 EQ 'ABCD' 'EFGH'
do something
END if
So I want to keep 'ABCD' in a file-2 and want to store this file into array. then want to search array for each records coming from File-1 against array.
I know how to do this in COBOL.
Can i do this in easytrieve using table functionality.
any easy way of doing this.
thanks,
A