Display file format


DISPLAY panel main
		    panel A ON main (East)
		    panel B ON main (West)
		  panel C ON A (North)
		  panel D ON A (South)
		  panel E ON B (North)
		  .
		  .
		  .
		  .

			WITH  header1 AS disp_comp ON C (West)
			      header2 AS disp_comp ON C (East)
			      header3 AS disp_comp ON D (East)
			        header2 AS disp_comp ON E (Center)
		  .
		  .
		  .
		  .

AUTOSKIP <int>


Note   :    Keywords(mentioned in CAPS) are case sensitive.


Main Page