Search found 3 matches

by pawan1284
Fri May 04, 2012 11:24 pm
Forum: DB2 INTERVIEW QUESTIONS
Topic: What is BIND parameter
Replies: 3
Views: 8102

DURING PRE-COMPILTION PROCESS SQL CODES ARE MOVED TO DBRM THEN BINDING PROCESS TAKES PLACE AND CREATES A PACKAGE.
THE OPERATION OF BINDING PROCESS IS
1.CHECK AUTHENTICATION.
2.SELECTS BEST ACCESSING DB2 PATH.(OPTIMIZATION PATH)
3.PARSING & SYNTACTIC ERRORS.
by pawan1284
Fri May 04, 2012 10:57 pm
Forum: CICS
Topic: In cics what is new copy.please give me a example.
Replies: 4
Views: 30181

In cics when u r defining a program which is already defined,no need to define it again by (CEDF DEF PROG(ABCD)G(XXXXXX))... we can directly give (CEMT S PROG(ABCD)NE) where NE stands for new copy and will load new copy of load module .
by pawan1284
Fri May 04, 2012 10:49 pm
Forum: CICS
Topic: Need of Queue concepts in CICS
Replies: 4
Views: 8438

data can b passed in 3 ways, and dfhcommarea is 1 way..and the other two ways are TSQ and TDQ.
when the data u want to pass is more than 64 bytes we go for tsq and tdq.
and that depends on how u are passing data(i.e with in cics region or out side the cics region) we choose tsq or tdq.