Anonymous | Login | Signup for a new account | 2024-11-21 23:47 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Revisions: Issue #654 | [ Back to Issue ] | ||
Summary | 0000654: Generate at read reverse command for write to support edit of files | ||
Revision | 2015-02-25 09:41 by Mykhailo Moldavskyy | ||
Description | Extend each read object with a parameter to write the corresponding write object to a file, this file can be used as parameter for write operation. Example for FLEDIT ISPF line command flcl conv read.auto(file=test.gz reversecommad=rev.txt) write.rec(file=tmp.txt) ISPEDIT(tmp.txt) ISPEDIT(rev.txt) flcl conv read.rec(file=tmp.txt) write=rev.txt |
||
Revision | 2015-02-25 10:08 by Mykhailo Moldavskyy | ||
Description | Extend each read object with a parameter to write the corresponding write object to a file, this file can be used as parameter for write operation. Example for FLEDIT ISPF line command flcl conv read.auto(file=test.gz retour=rev.txt) write.rec(file=tmp.txt) ISPEDIT(tmp.txt) ISPEDIT(rev.txt) flcl conv read.rec(file=tmp.txt) write=rev.txt |
||
Revision | 2015-02-25 10:08 by Mykhailo Moldavskyy | ||
Description | Extend each read object with a parameter to write the corresponding write object to a file, this file can be used as parameter for write operation. Example for FLEDIT ISPF line command flcl conv read.auto(file=test.gz retour=ret.cmd) write.rec(file=tmp.txt) ISPEDIT(tmp.txt) ISPEDIT(ret.cmd) flcl conv read.rec(file=tmp.txt) write=ret.cmd |
Copyright © 2000 - 2024 MantisBT Team |