This function means to perform no operation. This command is normally used in if statements.
nop
None
/* Main program */ options arexx_bifs status = 'Yes' if status = 'YES' then nop
When we run the above program no result will be returned.