glClearColor in GLSL

Dear all,

I want to clear the frame buffer with a specified color using the fragment shader. How is it possible. I tried using gl_FragColor.
But it is not working

Please help

Thanks in advance
RAJESH.R

Draw a screen-sized opaque quad with a fragmnet shader enabled.