![]() ![]() |
Reference Type: Supported, Category: Host Files, ICR#: 2320
The $$STATUS^%ZISH extrinsic function returns the current end-of-file status. If end-of-file has been reached, $$STATUS^%ZISH returns:
$$STATUS^%ZISH
none. |
|
returns: |
Returns:
|
D OPEN^%ZISH("INFILE","USER$:[ANONYMOUS]","ZXG.DAT","R") Q:POP U IO F I=1:1 R X:DTIME Q:$$STATUS^%ZISH S ^TMP($J,"ZXG",I)=X D CLOSE^%ZISH("INFILE") |