75 pts.
 Chain operation
Can we do chain opertation on record format name instead of the file name?

Software/Hardware used:
ASKED: June 13, 2008  7:16 AM
UPDATED: April 28, 2010  2:26 PM

Answer Wiki:
Hi, Yes, we can! Regards, Martin Gilbert. Yes you can use CHAIN on a format name, but the %FOUND() will not work on format names. You have to use the actually file name. ===================================================== Note that the reference to %FOUND() not working on format names refers to %FOUND() itself, not to CHAIN. That is, if you use CHAIN with a format name, %FOUND() still works the same. If you specify a name for %FOUND(), it must be %FOUND(file_name). Tom
Last Wiki Answer Submitted:  April 27, 2010  6:09 am  by  TomLiotta   0 pts.
All Answer Wiki Contributors:  TomLiotta   0 pts. , Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

From long habit, all of my CHAIN and READ operations are done against the format, with the %FOUND and %EQUAL functions against the file.

 5,670 pts.