Siva Kumar Sunku Beginner
Joined: 17 Aug 2004 Posts: 25 Topics: 14
|
Posted: Mon May 16, 2005 9:07 pm Post subject: Access Split Databases using Easytrieve |
|
|
Hi,
I have 3 PCBs defined for same database in a PSB.
Let the Database be (DB#1),PSB(PSB#1) and PCBs be (PCB#1,PCB#2 and PCB#3).
Depending on one field in the input file, I need to use the particular PCB in Easytrieve program. Is it possible?
Eg:
If 10th digit in Input file is 1, I need to use PCB#1, if it is 2 I need to use PCB#2 etc.
Though all PCBs are referring to the same Database, due to complex stucture of the input file we are forced to use different PCBs.
Can any one pls. specify the syntax of DLI call which forces to use specific PCB.
PS:- When I was going through manuals, I found following piece of Code, but it says that it is used only in CICS environment. But this program we are running in Batch.
Code: |
{'psb-name-literal' }
DLI PCB { }
{psb-name-field-name}
|
Thanks
Siva. |
|