You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/developing/testing/configuring.mdx
+47-47Lines changed: 47 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,15 @@ Use the following steps to create a default configuration for your project:
72
72
{
73
73
"rpgunit": {
74
74
"rucrtrpg": {
75
-
"tgtCcsid": 37,
75
+
"tgtCcsid": "*JOB",
76
76
"dbgView": "*SOURCE",
77
77
"rpgPpOpt": "*LVL2",
78
78
"cOption": [
79
79
"*EVENTF"
80
80
]
81
81
},
82
82
"rucrtcbl": {
83
-
"tgtCcsid": 37,
83
+
"tgtCcsid": "*JOB",
84
84
"dbgView": "*SOURCE",
85
85
"cOption": [
86
86
"*EVENTF"
@@ -147,7 +147,7 @@ Here is an example with all execution parameters set in the `testing.json` file:
147
147
|`compileOpt`|Pre-Compiler COMPILEOPT |Refer to the `COMPILEOPT` parameter in `CRTSQLRPGI` command help. ||
148
148
|`tgtRls`|Target release |Refer to the `TGTRLS` parameter in `CRTSRVPGM` command help. ||
149
149
|`incDir`|Include directory |Specifies one or more directories to add to the search path used by the compiler to find copy files. The compiler will search the directories specified here if the copy files in the source program can not be resolved. ||
150
-
|`tgtCcsid`|Target CCSID |Specifies the CCSID that the compiler uses to read the source files. |37 |
150
+
|`tgtCcsid`|Target CCSID |Specifies the CCSID that the compiler uses to read the source files. |*JOB|
151
151
|`wrapperCmd`|Wrapper Command |Specifies a custom command to wrap the `RUCRTRPG` command. ||
152
152
</TabItem>
153
153
<TabItemlabel="RUCRTCBL" >
@@ -167,7 +167,7 @@ Here is an example with all execution parameters set in the `testing.json` file:
167
167
|`compileOpt`|Pre-Compiler COMPILEOPT |Refer to the `COMPILEOPT` parameter in `CRTSQLCBLI` command help. ||
168
168
|`tgtRls`|Target release |Refer to the `TGTRLS` parameter in `CRTSRVPGM` command help. ||
169
169
|`incDir`|Include Directory |Specifies one or more directories to add to the search path used by the compiler to find copy files. The compiler will search the directories specified here if the copy files in the source program can not be resolved. ||
170
-
|`tgtCcsid`|Target CCSID |Specifies the CCSID that the compiler uses to read the source files. |37 |
170
+
|`tgtCcsid`|Target CCSID |Specifies the CCSID that the compiler uses to read the source files. |*JOB|
171
171
|`wrapperCmd`|Wrapper Command |Specifies a custom command to wrap the `RUCRTCBL` command. ||
172
172
</TabItem>
173
173
<TabItemlabel="CODECOV" >
@@ -189,50 +189,50 @@ Here is an example with all execution parameters set in the `testing.json` file:
189
189
</TabItem>
190
190
</Tabs>
191
191
192
-
<Asidetype="note">
193
-
The `wrapperCmd` parameter in the `RUCRTRPG`/`RUCRTCBL`/`RUCALLTST` specifications are not actual parameters of the RPGUnit commands, but rather are provided by the extension to allow wrappering them. This is primarily used when integrating RPGUnit with other vendor tools.
194
-
195
-
**Example `testing.json` configuration**:
196
-
```json
197
-
{
198
-
"rpgunit": {
199
-
"rucrtrpg": {
200
-
"tgtCcsid": 37,
201
-
"dbgView": "*SOURCE",
202
-
"cOption": [
203
-
"*EVENTF"
204
-
],
205
-
"wrapperCmd": {
206
-
"cmd": "MYLIB/MYCMD TSTCMD",
207
-
"params": {
208
-
"desc": "My description"
209
-
}
192
+
<Asidetype="note">
193
+
The `wrapperCmd` parameter in the `RUCRTRPG`/`RUCRTCBL`/`RUCALLTST` specifications are not actual parameters of the RPGUnit commands, but rather are provided by the extension to allow wrappering them. This is primarily used when integrating RPGUnit with other vendor tools.
0 commit comments