RET |
Operating System's Last Error Code |
Integer, operating system error + 256
The RET variable returns an integer reporting the operating system's error code associated with the last operating call. PxPlus generates this value by adding 256 to the error code value in the ERR system variable.
ERR Last System-Detected Error Value
print "RET = ",ret
RET = 258