irisrequired(V)
V [ char ] - Text string describing the oldest acceptable distribution of IRIS.If the version of IRIS present on the computer does not comply with the minimum requirement v, an error is thrown.
All of the three calls are valid:
irisrequired(20111222);
irisrequired('20111222');
irisrequired 20111222;