How do you write a PSB code ?

Answers were Sorted based on User's Feedback



How do you write a PSB code ?..

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

How do you write a PSB code ?..

Answer / shriram

Actually its the responsibility of administrator.
But if the admin rights are given to your ID then you can
code it using the other PSB definitions,but you must inform
support team before moving the same to production.

Is This Answer Correct ?    5 Yes 1 No

How do you write a PSB code ?..

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

Post New Answer

More IMS Interview Questions

What is the limitation on the no. of levels in a DL/I database?

2 Answers  


What are common status codes that you come across?

4 Answers   Satyam,


What do you mean by hierarchical database?

0 Answers  


What is a Root?

3 Answers  


What for procopt is used? List some of them?

3 Answers   TCS, Wipro,






What is the difference between HDAM & HIDAM DB types and when would you use each?

1 Answers  


What is a Hierarchy path?

4 Answers  


Explain the maximum number of levels allowed in ims db?

0 Answers  


What is Program Isolation?

1 Answers  


what are the control blocks in IMS ?

3 Answers  


which is the first statement in COBOL-IMS programs?

2 Answers   Ford, IBM,


What is difference between concurrent image copy and online image copy?

1 Answers   EDS,


Categories