View previous topic :: View next topic |
Author |
Message |
sonika2008 Beginner
Joined: 17 Aug 2007 Posts: 20 Topics: 9
|
Posted: Fri Aug 24, 2007 1:38 pm Post subject: Key type for comparing files in File Manger |
|
|
I am trying to compare files from File Manager with the keyed synchronization option. but in this I don't know what should I use for key type column for primary keys. The column is accepting only two character, for Alphanumeric it is AN, but what will be for numeric(integer, comp data),character data type? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Fri Aug 24, 2007 2:38 pm Post subject: |
|
|
sonika2008,
Key type Specifies the type of a key segment for keyed synchronization.
The data type of the key segment must be one of the data types supported by the File Manager
Code: |
A/AN Alphanumeric
C/CH Character (same as alphanumeric)
B/BI Binary (Comp , comp-4, comp-5 items)
P/PD Packed decimal (Comp-3 items)
F/FP Internal floating point(comp-2 items)
If a data type is not explicitly specified, type AN is used.
|
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
sonika2008 Beginner
Joined: 17 Aug 2007 Posts: 20 Topics: 9
|
Posted: Sat Aug 25, 2007 11:49 am Post subject: |
|
|
Thanks Kolusu.
Its working!! |
|
Back to top |
|
 |
|
|