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 |
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 do you know about MFS?
What do you know about DBD gen?
What is the physical nature of a database called?
What are the two types of fields available in ims db?
I have a PSB which contains 3 PCB, how to write it ? please..
What is a Segment type?
What information does a dbd contain?
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
Explain the maximum number of levels allowed in ims db?
When do you do Build DBD, PSB for making changes in ACBLIB?
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