/*
This is an example from the bootstrap
program sys.df.maint1
End field PCL for sys.df_litflag
If no input was allowed on this field,
do not push the lit maint program
*/
if (sys.field_wasinp() == 0)
return;
sys.push_prog("sys.dflit.maint");