Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
apryamostanov committed Feb 24, 2020
2 parents 78c9807 + b308365 commit bce9d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Usage:
File copybookFile = new File("./test_files/copybook_multirecord.cbl")
CobolCompiler cobolCompiler = new CobolCompiler()
CobolRuntime cobolRuntime = cobolCompiler.compileCobol(copybookFile.getText(), FIXED)
File dataFile = new File("./test_files/PROD_SG_DCDDA_EMBS_20190905.TXT")
File dataFile = new File("./test_files/COBOLDATAFILE.TXT")
File resultFile = new File("./test_files/multirecord.xml")
cobolRuntime.run(
dataFile.length(),
Expand All @@ -29,4 +29,4 @@ Usage:
new CobolApiXml(resultFile.newOutputStream()),
CopybookStructureEnum.THREE_RECORD
)
```
```

0 comments on commit bce9d5f

Please sign in to comment.