winner Warnings : 2 New User
Joined: 17 Dec 2009 Posts: 3 Location: chennai
|
|
|
|
Here I have listed out the questions, which are asked, in my interview. Could you please help me out to solve these?
1.how do you handle exceptions in PLI?
2.Difference between verify and index?
3.what is control keyword in pli?
4.what are the the different types of string functions in pli?
5.how do you write from pli code to jcl?
6.what is the entry statement ?where we use
7.where we use BASED? what is the purpose
8.default variable declaration?
9.what is the use to declare variable as external?
10.write syntax to declare dynamic array?
11.what is the scope of the variable if it is inside the procedure?
12.how to find a program as a static or dynamic?
13.what is subroutine?
14.what is fetchable?why we use fetchable
15.difference between call by name and call by reference?
16.how to include copybook?
17.what is the different types of storage class?
18.which proc execute when compile a pli program?
19.how do know it is pli?
20.in options (main) , what is meaning of main . if u not used main what will happen?
21.difference between steam i/o and record i/o? which one u will prefer and why?
22.In ON ERROR statement how to allow the system action?
23.what are the error(oncodes)did you encounter pli program?
24.how do you pass pointer pli main procedure to subporgram?
25.how to handle oncode 8097 ? |
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1314 Location: Vilnius, Lithuania
|
|
|
|
looser wrote: |
Here I have listed out the questions, which are asked, in my interview. Could you please help me out to solve these?
1.how do you handle exceptions in PLI? |
Using an exception handler
looser wrote: |
2.Difference between verify and index? |
The letters V R F and Y do not occur in INDEX, the letters N D and X cannot be found in VERIFY.
looser wrote: |
3.what is control keyword in pli? |
No, "what" is not a control keyword in PL/I
looser wrote: |
4.what are the the different types of string functions in pli? |
Yes, indeed!
looser wrote: |
5.how do you write from pli code to jcl? |
Not.
looser wrote: |
6.what is the entry statement ?where we use |
In programs.
looser wrote: |
7.where we use BASED? what is the purpose |
In programs, to screw up.
looser wrote: |
8.default variable declaration? |
Yes, but only if not!
looser wrote: |
9.what is the use to declare variable as external? |
To make it lovable.
looser wrote: |
10.write syntax to declare dynamic array? |
SYNTAX (Don't know how this declares a dynamic array...)
looser wrote: |
11.what is the scope of the variable if it is inside the procedure? |
Unloved
looser wrote: |
12.how to find a program as a static or dynamic? |
By looking very closely.
looser wrote: |
13.what is subroutine? |
No, what is what and subroutine is subroutine!
looser wrote: |
14.what is fetchable?why we use fetchable |
To make life easier.
looser wrote: |
15.difference between call by name and call by reference? |
Your refer to yourself a winner, but you are a looser.
looser wrote: |
16.how to include copybook? |
OK.
looser wrote: |
17.what is the different types of storage class? |
Your single gray cell wouldn't understand.
looser wrote: |
18.which proc execute when compile a pli program? |
RAHPPLI
looser wrote: |
19.how do know it is pli? |
By using a COBOL compiler and getting lots of errors.
looser wrote: |
20.in options (main) , what is meaning of main . if u not used main what will happen? |
Something else.
looser wrote: |
21.difference between steam i/o and record i/o? which one u will prefer and why? |
Both, because they are funny.
looser wrote: |
22.In ON ERROR statement how to allow the system action? |
By coding it.
looser wrote: |
23.what are the error(oncodes)did you encounter pli program? |
Ikke niet begrijpen deze vraag!
looser wrote: |
24.how do you pass pointer pli main procedure to subporgram? |
By a bucket, you can also pass me one.
looser wrote: |
25.how to handle oncode 8097 ? |
The same as oncode 8094, but just a bit different. |
|