vai


{ City } delhi
< Country > india
* Profession * developer
User No # 106948
Total Questions Posted # 4
Total Answers Posted # 3

Total Answers Posted for My Questions # 7
Total Views for My Questions # 47957

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 0
Questions / { vai }
Questions Answers Category Views Company eMail

Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

TCS,

1 JCL 16032

Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2  how will we do this.  We can create a single program and a single load for this program. 

RBS,

2 DB2 6285

Q3. How will you fetch duplicate values from a DB2 table?

RBS,

2 DB2 13973

Q4. How will you get the count of record without using COUNT verb in query?

IBM,

2 DB2 11667




Answers / { vai }

Question { IBM, 4286 }

What does the BUFFER option in RECEIVE mean ?


Answer

http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=%2Fcom.ibm.cics.te.doc%2Ferziai0095.htm

Is This Answer Correct ?    0 Yes 0 No

Question { Amdocs, 4775 }

What is the general Command format of CICS ?


Answer

EXEC CICS
  command.....
END-EXEC.

Is This Answer Correct ?    1 Yes 0 No


Question { Accenture, 6802 }

How many ways to share information between different CICS
programs?


Answer

Below are the two wats I am aware of:

1. simplest way is to use DFHCOMMAREA (but this has a limitation that we can not pass data between CICS programs more then 32K bytes)

2. To over come 32K limitation we can use Channels and Containers to share data between two CICS programs. 


Please correct me if am wrong.

Is This Answer Correct ?    3 Yes 0 No