All examples for IF
#	Select traces with NULL or not NULL value in trace header
#	For example, these calls select traces in which the offset
#	is set equal NULL or vice versa

*if
order	isnull	offset

...
*endif

*if
order	notnull	offset

...

*endif