  FILELEN

   FILELEN(<filename>)

   Type: function

   <filename> で記載されたファイルのサイズを返します。
   エラーの場合は -1 を帰り値として返します。
   The ERR$ statement can be used to find out the error if TRAP is set to LOCAL.
   例:

   length = FILELEN("/etc/passwd")

