...
Code Block | ||||
---|---|---|---|---|
| ||||
var buffer = Buffer.from("Hello, world.", "utf8"); pjs.writeIFSFile("/home/rfite/ebcdic.txt", buffer, 37, 1208); |
Code Block | ||||
---|---|---|---|---|
| ||||
pjs.define("myfield", { type: "char", length: 13, initValue: "Hello, world." });
pjs.writeIFSFile("/home/rfite/utf8.txt", pjs.getBuffer(myfield), 1208, 37); |