InterviewSolution
Saved Bookmarks
| 1. |
How Can I Direct Output To A Text File From An Nlm (such As Butil.nlm) Running At The Server Console? |
|
Answer» To direct OUTPUT to a text FILE from an NLM, enter the command: LOAD BUTIL -STAT BTRFILE (CLIB_OPT)/>SYS:output.txt This command is case-sensitive with no spaces. To direct output to a text file from an NLM, enter the command: LOAD BUTIL -STAT BTRFILE (CLIB_OPT)/>sys:output.txt This command is case-sensitive with no spaces. |
|