ITman
Member


Hello!
Posts: 76
Gender:
|
I'm new to TAS and I'm a little confused on how this command works. take for example.... FINDV M FNUM file_hndl KEY data.key.val FOR (data.1.val=data.2.val) I understand that 'data.key.val' in the above has to be a key in the file you are searching. Does that mean that data.1.val has to be a segment though? Also, when I search by a particular key, say data.key.val, will it just read the values that equal what they key is? Or do I have to use something like.... FINDV M FNUM file_hndl KEY data.key.val VAL 'jose' to find the first record that has the field data.key.val equal to 'jose'? Confused a little.... ITMan
|