RDML Function SET171B

LANSA

RDML Function SET171B

********** COMMENT(=======================================================);
********** COMMENT(Process ........: SET_171);
********** COMMENT(Function .......: SET171B);
********** COMMENT(Created on .....: 05/05/00 at 14:43:32);
********** COMMENT();
********** COMMENT(Full Description: This function uses a modified version);
********** COMMENT(of the calendar used in SET171A.);
********** COMMENT(This version could be used whenever a Start and an End);
********** COMMENT(date are required.);
********** COMMENT();
********** COMMENT(Disclaimer: The following material is supplied as an);
********** COMMENT(example only. No warranty is expressed or implied.);
********** COMMENT();
********** COMMENT(=======================================================);
********** COMMENT(Function control options);
FUNCTION OPTIONS(*DIRECT *WEBEVENT);
********** COMMENT();
********** COMMENT(Group and field definitions);
GROUP_BY NAME(#PANELDATA) FIELDS((#STARTDTE)(#TERMDATE));
********** COMMENT();
********** COMMENT(Mainline);
********** COMMENT();
REQUEST FIELDS(#PANELDATA) EXIT_KEY(*NO) MENU_KEY(*NO) PROMPT_KEY(*NO);
********** COMMENT(=======================================================);