Which is the DL/I function used in CICS-IMS program? IBM
Answers were Sorted based on User's Feedback
Answer / satish
UIB pointers... for pointing to the corresponding database
PCB's using these UIB pointers in CICS environment using
IMS db
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / devendar nandi
When CICS is the transaction manager for IMSDB.. we need to
use EXEC DLI statements for connecting to DLI from our
application program
| Is This Answer Correct ? | 3 Yes | 0 No |
Define pcb?
I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
What is a Hierarchy path?
What are the command codes and their purposes?
Explain the two ways in which dl/i interface can be invoked?
What is meant by mpp mode?
What are all the possible inputs to the DB recovery utility?
can u tell me and give me an example : how to code a program checkpoint , restart, and tell me when and where i have to run 2 programs...Thanks
What is a key field in an IMS database?
What are the two types of fields available in ims db?
what is the maximumm length of account information in job card of a jcl?
Explain the advantage of creating the acbs well ahead of time?