-
Recent Posts
-
Archives
Daily Archives: March 25, 2009
WebSphere 3.5 Frequently Asked Questions
Table of Contents: How do I install WebSphere Application Server when logged on to a Windows NT domain? While starting WS Admin Server from control panel, the error comes which says “Service Code 10 error, unable to start the service”. What is it and how to solve it? For Developing Beans and Servlets what changes should I make in my System Classpath? While Deploying a bean, WebSphere provide 2 options “Deploy only” and “Deploy and Workload Manage”. What are these … More ->
COBOL Frequently Asked Questions
1. What is a reentrant program? How will you make a program Reentrant? A reentrant program, while being executed resides in the common virtual area so that one copy of it may be shared among all callers. Use RENT compiler option. 2. What is the difference between a 01 level and 77 level? 01 level can have sublevels from 02 to 49. 77 cannot have sublevel. 3. What are the few advantages of VS COBOL II over OS/VS COBOL? The … More ->