Hi Comm,
we have an automation related to ilm. here is the drop section . sometimes when dropping a already checked partition, &ResultILMPartitionDrop# = 9 is returned from the function. we could not find the meaning of this 9 :) it is not written in the documentation. does anyone know ?
: SET &PARTITION# = "86"
: SET &ResultILMPartitionDrop# = ILM(DROP, &PARTITION#, CHECK)
: PSET &ResultILMPartitionDrop# = FORMAT(&ResultILMPartitionDrop#, "0")
: IF &ResultILMPartitionDrop# = '0'
: p &PARTITION# number partition succesfully dropped.
: ELSE
: p &PARTITION# number partition . there is a error while drop. need to look!!
: ENDIF

Thanks.
------------------------------
Olgun Onur Ozmen
https://www.linkedin.com/in/olgunonurozmen/------------------------------