Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


I have a PSB which contains 3 PCB, how to write it ?
please..

Answers were Sorted based on User's Feedback



I have a PSB which contains 3 PCB, how to write it ? please....

Answer / ranjeet

PCB TYPE=DB,
DBDNAME=SAMPLDBD,
PROCOPT=GOT,
KEYLEN=99
SENSEG NAME=PARENT1
SENSEG NAME=CHILD1,PARENT=PARENT1
.
.
.
.
.
.
PSBGEN PSBNAME=PSB00001,
LANG=COBOL
END

Is This Answer Correct ?    12 Yes 7 No

I have a PSB which contains 3 PCB, how to write it ? please....

Answer / jahan

*WE HAD 3 PCB
1. ORGN(ORGANIZATION)
2.DEPT(DEPARTMENT)
3.EMP(EMPLOYEE)
--------------------

PRINT NOGEN
PCB TYPE=DB,
NAME=ORGNDBD,
PROCOPT=GOT,
KEYLEN=10,
POS=S,
PCBNAME=PCB0001
SENSEG NAME=ORGNSEG, PARENT=0
SENSEG NAME=DEPTSENG, PARENT=ORGNSEG,PROCOPT=G
SENSEG NAME=SEMPSEG, PARENT=DEPTSENG
PSBGEN PSBNAME=ORGNPROG,
LANG=COBOL,
CMPAT=YES,
IOEROPN=(451,WTOR)
END

Is This Answer Correct ?    0 Yes 1 No

I have a PSB which contains 3 PCB, how to write it ? please....

Answer / vijay

*WE HAD 3 PCB
1. ORGN(ORGANIZATION)
2.DEPT(DEPARTMENT)
3.EMP(EMPLOYEE)

SYNTAX:-

PRINT NOGEN
PCB TYPE=DB,
DBDNAME=ORGNDBD,
PROCOPT=A,
KEYLEN=18,
POS=S
SENSEG NAME=ORGNSEG,PARENT=0
SENSEG NAME=DEPTSEG,PARENT=ORGNSEG
SENSEG NAME=EMPSEG,PARENT=DEPTSEG
PSBGEN PSBNAME=ORGNPROG,LANG=COBOL,CMPAT=Y
END

Is This Answer Correct ?    9 Yes 11 No

I have a PSB which contains 3 PCB, how to write it ? please....

Answer / sneha

PCB TYPE=DB,
DATABASE=XXDB,
PROCOPT=PA,
KEYLEN=27,
POS=S
SENSEG NAME=XXDB1,
PARENT=0
SENSEG NAME=XXDB2,
PARENT=XXDB1
PSBGEN LANG=PL/I,
PSBNAME=XCXCPS
END

Is This Answer Correct ?    3 Yes 9 No

I have a PSB which contains 3 PCB, how to write it ? please....

Answer / kiran

PCB TYPE=DB,DBDGEN= SAMPDBD,KEYLEN=15,PROCOPT=G,
SENSEG NAME = ACCACCP1
SENSEG NAME = ACCDETP1,PARENT= ACCACCP1
.
.
.
PSBGEN

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More IMS Interview Questions

I have a PSB which contains 3 PCB, how to write it ? please..

5 Answers   EDS,


What is ims (db/dc)?

0 Answers  


what is the use of ENTRY in IMS?

3 Answers   CGI,


What is IMS?

2 Answers  


In the RECON, what always sets the IC NEEDED flag on for a registered DB?

3 Answers  


Define the terms Parent & Child.

3 Answers  


Define ims (db/dc)?

1 Answers  


What are common DLI functions?

5 Answers  


What is a database record?

3 Answers  


What are two reasons to run the DB Batch backout utility?

4 Answers  


What is psbgen process?

0 Answers  


Explain the maximum number of fields allowed per segment and what is the maximum number of fields per database?

0 Answers  


Categories