Hello All,
I have integrated my COBOL libraries to VS code and now I am trying to compile the COBOL program using the link https://docs.rocketsoftware.com/bundle/enterprisedeveloper_dg_100_html/page/vcd1746630418216.html
But i am getting error in the compilation, what are the parameters i have to give to take my copybooks available in
"COPYEXT(cbl,CPY,COPYCOB,COPYDCL)",
"COPY\"G:\\MYLIB\\D000\\COPY\"",
"COPY\"G:\\MYLIB\\D000\\COPYDCL\"",
Please share your thoughts
"windows": {
"command": "cobol.exe",
"args": [
{ "value": "${file}", "quoting": "escape"},
{ "value": "anim", "quoting": "strong"},
{ "value": "nognt", "quoting": "strong"},
{ "value": "errformat(3)", "quoting": "strong"},
{ "value": ";", "quoting": "strong"}
]
thanks
Sanoop