

Rbutton #3 'Resort Hotel' color=blue substitute='Resort Hotel' Selection month 'end pgm include month submit' ĭialog d1 'end pgm include procpgm c hotel %1 c year country &1 c month #1 'Select a hotel' Selection boxplot 'end pgm include boxplot submit' Selection sgplot 'end pgm include sgplot submit' Selection content 'end pgm include content submit' Selection report 'end pgm include report submit'

Selection gchart 'end pgm include gchart submit' Item 'High demand month' selection=month Item 'Canceleation ratio' selection=sgplot Item 'Dataset content' selection=content Item 'No of repeated guests' selection=report Item 'No of total bookings' selection=gchart Item 'Visualization by charts' selection=v proc pmenu catalog=hotel.mycatalog įilename pgmproc 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).pgmproc.sas' įilename gchart 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).gchart.sas' įilename report 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).report.sas' įilename content 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).content.sas' įilename sgplot 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).sgplot.sas' įilename boxplot 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).boxplot.sas' įilename month 'C:\Users\Prithi\Downloads\hotel-booking-demand (1).month.sas' gchart,report,content,sgplot,boxplot,month are the procs i created those i would like to display as pull down menu. Pgmproc is the filename of procprint associating the dialog box. Actually when i run the coding sas is throwing some errors, i solved some errors, but these errors i couldn't identify.Ĭode explanation: hote-booking-demand (1) is the file where i stored all the created procs. I am creating pmenu associating various procs.
