forked from IBM/iService-ibmi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
T_SrvpgmILE.json
executable file
·62 lines (62 loc) · 1.26 KB
/
T_SrvpgmILE.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{ "TestSrc":"test/TESTSRVPGM.c"},
{
"pgm": {
"error": "ON",
"name": "TESTSRVPGM",
"lib": "ISERVICE",
"func": "TestMeAllByRef",
"parm": [
{
"io": "both",
"var": "int(4)*",
"type": "int(4)",
"by" : "ref",
"value": 1
},
{
"io": "both",
"var": "int(2)*",
"type": "int(2)",
"by" : "ref",
"value": 2
},
{
"io": "both",
"var": "int(8)*",
"type": "int(8)",
"by" : "ref",
"value": 3
},
{
"io": "both",
"var": "float",
"type": "float(2)",
"by" : "ref",
"value": 4.44
},
{
"io": "both",
"var": "double*",
"type": "double(3)",
"by" : "ref",
"value": 5.55
},
{
"io": "both",
"var": "uint(4)*",
"type": "uint(4)",
"by" : "ref",
"value": 6
},
{
"io": "both",
"var": "uint(2)",
"type": "uint(2)",
"by" : "ref",
"value": 7
}
]
}
}
]