Where is my Dictionary File in TAFJ
- malai
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 508
- Thank you received: 11
8 years 1 month ago - 8 years 1 month ago #20782
by malai
Where is my Dictionary File in TAFJ was created by malai
Hi,
I created a file in TAFJ using DBtools as below under JQL mode
I got the following output on the console
I could able to see the TEST_MY_FILE inside my H2 database. However I am not able to identify where is my dictionary. Can someone help.
I created a file in TAFJ using DBtools as below under JQL mode
CREATE-FILE TEST.MY.FILE
Execute of CREATE-FILE TEST.MY.FILE succeded with output: [ 417 ] File TEST_MY_FILE]D created , type = XML [ 417 ] File TEST_MY_FILE created , type = XML
I could able to see the TEST_MY_FILE inside my H2 database. However I am not able to identify where is my dictionary. Can someone help.
Last edit: 8 years 1 month ago by malai.
Please Log in or Create an account to join the conversation.
- VK
- Offline
- Platinum Member
- Globus:G9-G13|TAFC:R05-R23|TAFJ:R19,R23,R24:test
Less
More
- Posts: 1191
- Thank you received: 157
8 years 1 month ago #20801
by VK
Cheers
VK
Replied by VK on topic Where is my Dictionary File in TAFJ
Hi
I don't really know much about H2 but probably it doesn't store a dictionary in a separate data table.
Can you add dictionary items to your table, like:
... and then save it; what then the following command output look like? (assuming you have data records)
I don't really know much about H2 but probably it doesn't store a dictionary in a separate data table.
Can you add dictionary items to your table, like:
JED DICT TEST.MY.FILE FIELD1
D
1
(empty line)
HEADER 1
10L
S
... and then save it; what then the following command output look like? (assuming you have data records)
LIST TEST.MY.FILE FIELD1
Cheers
VK
Please Log in or Create an account to join the conversation.
- armin
- Offline
- Elite Member
- “So long - and thanks for all the fish!”
Less
More
- Posts: 300
- Thank you received: 57
8 years 1 month ago #20802
by armin
Replied by armin on topic Where is my Dictionary File in TAFJ
Do you get anything for
SHOW COLUMNS FROM TEST.MY.FILE
SHOW COLUMNS FROM TEST.MY.FILE
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired . . . ¯\_(ツ)_/¯
Less
More
- Posts: 2859
- Thank you received: 650
8 years 1 month ago #20803
by jpb
So your TEST.MY.FILE file and the TEST.MY.FILE]D should reside in the same directory.
Replied by jpb on topic Where is my Dictionary File in TAFJ
The CREATE-FILE command will always create the file in the current working directory unless a full explicit path is specified; the environment variable JEDIFILEPATH has no meaning in the context of file creation.
So your TEST.MY.FILE file and the TEST.MY.FILE]D should reside in the same directory.
Please Log in or Create an account to join the conversation.
Time to create page: 0.078 seconds