How do you write a PSB code ?
Answers were Sorted based on User's Feedback
Answer / techy
* MADE UP OF ONE OR MORE PROGRAM COMMUNICATION BLOCKS (PCBs)
* DB PCB - DEFINES PROGRAM’S VIEW OF A IMS DATABASE
* WHENEVER A DATABASE VIEW DEFINED BY THE PCB IS ACCESSED
BY A CALL, THE RESULTS OF CALL ARE PASSED THROUGH THE PCB
TO PROGRAM
* PSB IS GENERATED BY PSBGEN MACRO
* PCB GIVES LOGICAL VIEW OF A DATABASE
* PORTION OF DATABASE THAT THE PROGRAM PROCESSES IS CALLED
APPLICATION DATA STRUCTURE
Sample PSBGEN
PRINT NOGEN
PCB TYPE=DB,DBDNAME=database-name,KEYLEN=20,PROCOPT=LS
SENSEG NAME=seg-name
SENSEG NAME=field-name,PARENT=seg-name
PSBGEN
END
KEYLEN IS THE LENGTH OF CONCATENATED KEY
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ragahvendra
PSBs are generated by DBA. A PSB contains macro instrucions
and a job is submitted to generate the PSB in a pre
determined PDS.
| Is This Answer Correct ? | 2 Yes | 4 No |
Portfolio analysis application is an example of?
What are all the possible inputs to the DB recovery utility?
What is the advantage of creating the acbs well ahead of time?
What are common status codes that you come across?
What are two reasons to run the DB Batch backout utility?
abt ssa.purpose of ssa
When do you do Build DBD, PSB for making changes in ACBLIB?
What is ims (db/dc)?
which is the first statement in COBOL-IMS programs?
Explain the maximum number of levels allowed in ims db?
Define DBD?
What is the maximum number of fields allowed per segment and what is the maximum number of fields per database?