-
Notifications
You must be signed in to change notification settings - Fork 265
Expand file tree
/
Copy pathbasic.mvbasic.json
More file actions
29 lines (25 loc) · 898 Bytes
/
basic.mvbasic.json
File metadata and controls
29 lines (25 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
Compile and Catalog Configuration
*/
{
// For UniVerse, catalog types can be: global, local, or normal.
// For UniData, catalog types can be: local or direct.
"catalog": "local",
//Catalog arguments
"catalog_arguments": "",
// For the catalog type "global" in UniVerse, the initial characters can be: Asterisk (*), Exclamation mark (!), Minus sign (-), or Dollar sign ($).
"initialCharacter": "",
// "initialCharacter": "*",
// "initialCharacter": "!",
// "initialCharacter": "-",
// "initialCharacter": "$"
// If the datasource is Unidata, provide the `ud_compile_flavor`.
// The default flavor is Unibasic.
"ud_compile_flavor": "",
// "ud_compile_flavor": "Pick",
// "ud_compile_flavor": "Unibasic",
// "ud_compile_flavor": "revelation",
// "ud_compile_flavor": "douglas"
//Compile arguments
"compile_arguments": ""
}