codefori / codefori/vscode-db2i
Idea: Exclude Nulls message returned in DB2
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 54
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
When running a program from DB2 for i the returned messages includes a bunch of nulls. This is just a small example.
```
PGM
CRTDTAARA DTAARA(QTEMP/TEST) TYPE(*CHAR) LEN(100)
DLTDTAARA DTAARA(QTEMP/TEST)
CHGCURLIB CURLIB(QGPL)
MONMSG MSGID(CPF0000)
ADDLIBLE LIB(QGPL)
MONMSG MSGID(CPF0000)
ADDLIBLE LIB(QTEMP)
MONMSG MSGID(CPF0000)
ENDPGM
```

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.