I have database, in that segment1 having dept code and
segment 2 and so on multiple employees num. using dept &
employee num we have to compare whether that employee belong
to that dept or not, if that employee belongs to that dept
then incentive is same same as in the table or else
incentive must be zero? using IMS & cobol
What are the command codes and their purposes?
Which is the DL/I function used in CICS-IMS program?
Portfolio analysis application is an example of?
What is PSB,PCB & ACB?
What is psbgen process?
What are qualified and unqualified SSA's.
abt ssa.purpose of ssa
What is dbd?
What is a segment?
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 the need for a secondary index in ims?
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