What are the command codes and their purposes?
Answers were Sorted based on User's Feedback
Answer / nageswar goud
COMMAND CODES:
"F" OR "L":-OVERRIDES INSERT RULE,
"D":-INSERT PATH OF SEGMENTS
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / c r
1.C (CONCATENATED KEY)
PURPOSE- CONCATENATION OF MULTIPLE SSA-S INTO A SINGLE
SSA.
2 *F & *L COMMAND CODES
3 *P & *U COMMAND CODES
4 D COMMAND CODE
NOTE- NORMALLY WE R USING SEPERATE FUNCTION CALLS .INSTEAD
OF THIS IF WE R USING COMMAND CODES , WE CAN CLUB ALL
FUNCTION CALLS TOGETHER AND REDUCING THE NUMBER OF SSA-
S .AND IT IS THE ADVANTAGE OF COMMAND CODE
| Is This Answer Correct ? | 0 Yes | 1 No |
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 maximum number of segment types allowed for a single database?
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
Explain acbgen process?
Explain ims software environment?
What are the special considerations of the PROCOPT field based on the type of operation your program performs
What is IMS?
What are the disadvantages of a hierarchical database?
Define dl/i?
In the RECON, what always sets the IC NEEDED flag on for a registered DB?
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
What are the valid recovery points?