Search found 8 matches

by giri
Fri Sep 21, 2007 3:49 pm
Forum: INTERVIEW QUESTIONS
Topic: pls give me the answers for the following interview quesions
Replies: 18
Views: 78275

Sort file I'm given Input & Output are same PDS. During input I was given DISP=(New, ,) & same file I'm give to output DIPS=SHR. Pls tell me this JCL going to successfully running or its going to abend? a) no, u cant use because at first when u r opening the PDS it will be in read lock and u cant op...
by giri
Fri Sep 21, 2007 3:41 pm
Forum: INTERVIEW QUESTIONS
Topic: pls give me the answers for the following interview quesions
Replies: 18
Views: 78275

I'm sorting one file, that file I'm not given any ASC or DESC order. Which one is default value its going to taking? Tell me.


its by default ascending
by giri
Fri Sep 21, 2007 3:39 pm
Forum: INTERVIEW QUESTIONS
Topic: pls give me the answers for the following interview quesions
Replies: 18
Views: 78275

I've one INSTREM Proc in step 3 & In step 7 I'm going to call that Proc, its possible to call or not?


ys u can call by specifying proc name
by giri
Fri Sep 21, 2007 2:06 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: pls help me abt these questions..
Replies: 4
Views: 15243

What is -811 SQL error? When U are get this error? How U going to solve?


It will come when u r not using cursors and using select stmt in which the stme gettinhg more than one record .
by giri
Fri Sep 21, 2007 1:46 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: pls help me abt these questions..
Replies: 4
Views: 15243

What is DBRM? What is use for Per-compilation time? its an content which contains executable sql codes in our program.and at the time of pre-compilation the cobol lines and sql codes will divide in to two parts and all sql code will store in dbrm. and after that in BIND phase it will execute and cre...
by giri
Tue Sep 04, 2007 3:49 pm
Forum: INTERVIEW QUESTIONS
Topic: Recently faced mainframe cobol Interview Questions.
Replies: 15
Views: 58238

10). What are the advantages of declaring the VARCHAR in 49 level in a COBOL-DB2 program?
the adv. is optomal utilisation of memory.
by giri
Tue Sep 04, 2007 3:40 pm
Forum: INTERVIEW QUESTIONS
Topic: Recently faced mainframe cobol Interview Questions.
Replies: 15
Views: 58238

7). When do we use null indicator of a field? Does the usage of it have any benefits? this is the concept which is for nullable cols in table while inserting. if u r going to insert a null value inthat col. when the value of corresponding indicator is -1 then automatically null value will store in t...
by giri
Tue Sep 04, 2007 3:35 pm
Forum: INTERVIEW QUESTIONS
Topic: Recently faced mainframe cobol Interview Questions.
Replies: 15
Views: 58238

There are different calls in COBOL, Call by content, Call by value and Call by reference. Is it possible that a single CALL statement have all these varieties? When do you go for each one of these? What is the basis and justification? we can write all combination of these in single call stms and di...