-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathT_API_PASE.json
More file actions
executable file
·54 lines (54 loc) · 1.66 KB
/
T_API_PASE.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.66 KB
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
[
{
"pgm": {
"pase": "on",
"name": "QWDRJOBD",
"lib": "*LIBL",
"parm": [
{
"io": "out",
"var": "Receiver variable",
"type": "ds",
"value": [
{ "var": "Bytes returned", "type": "int(4)", "value": 0},
{ "var": "Bytes available", "type": "int(4)", "value": 0},
{ "var": "Padding", "type": "char(20)", "hex": "on", "value": "" },
{ "var": "User name", "type": "char(10)", "value": "" },
{ "var": "Padding", "type": "char(16)", "hex": "on", "value": "" },
{ "var": "Job queue name", "type": "char(10)", "value": "" },
{ "var": "Padding", "type": "char(64)", "hex": "on", "value": "" }
]
},
{
"io": "in",
"var": "Length of receiver variable",
"type": "int(4)",
"value": 128
},
{
"io": "in",
"var": "Format name",
"type": "char(8)",
"value": "JOBD0100"
},
{
"io": "in",
"var": "Qualified job description name",
"type": "char(20)",
"value": "QDFTJOBD *LIBL "
},
{
"io": "both",
"var": "Error code",
"type": "ds",
"value": [
{ "var": "Bytes_Provided", "type": "int(4)", "value": 16 },
{ "var": "Bytes_Available", "type": "int(4)", "value": 0 },
{ "var": "Exception_Id", "type": "char(7)", "value": "" },
{ "var": "Padding", "type": "char(1)", "hex": "on", "value": "" }
]
}
]
}
}
]