![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there a d3 equivalent to COMO as found on Universe? Thanks |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
On Mar 29, 12:31 pm, "dtsig" <d... (AT) hotmail (DOT) com> wrote: Is there a d3 equivalent to COMO as found on Universe? Thanks I should mention, for those that don't know, one of the features of como is to route all output to a file. I know this can be done in most 'clients' but we are looking for a way to turn on/off directly from a proc/routine etc Thanks |
#5
| |||
| |||
|
|
On Mar 29, 12:31 pm, "dtsig" <d... (AT) hotmail (DOT) com> wrote: Is there a d3 equivalent to COMO as found on Universe? Thanks I should mention, for those that don't know, one of the features of como is to route all output to a file. I know this can be done in most 'clients' but we are looking for a way to turn on/off directly from a proc/routine etc Thanks |
#6
| |||
| |||
|
|
On Mar 29, 12:31 pm, "dtsig" <d... (AT) hotmail (DOT) com> wrote: Is there a d3 equivalent to COMO as found on Universe? Thanks I should mention, for those that don't know, one of the features of como is to route all output to a file. I know this can be done in most 'clients' but we are looking for a way to turn on/off directly from a proc/routine etc Thanks |
#7
| |||
| |||
|
|
Is there a d3 equivalent to COMO as found on Universe? Thanks |
#8
| |||
| |||
|
|
should suggest to IBM that they replicate the LIST-RUNTIME-ERRORS functionaility (unless there is something in U2 I'm not aware of, which would NOT surprise me) |
#9
| |||
| |||
|
|
I don't think there is a D3 equivalent; however, as you mentioned you can easily turn on screen capture on the client to accomplish the same thing (some might actually consider this method superior, as you can then use your preferred windows editor to search/scroll/bounce around the captured file [some como files can get pretty huge!]). Doesn't work if the job is running as a phantom or on the console, though! Here are the relevant accuterm commands: ESC STX C o p t ; path CR Begin capture. Mode o may be O (overwrite), A (append), N (new file only) or C (clipboard). Source p may be P to capture printed data or null to capture received data. t may be T (text) to capture text only (filters out control characters) or null for no filtering. Path is the drive, directory and file name where the captured data is to be stored. All characters received (or printed) are stored in the file (or clipboard) until capturing is disabled (via local or remote command). Note: when capturing to the clipboard, path is ignored). ESC STX C X End capture. The file containing the captured data is closed. /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |

#10
| |||
| |||
|
|
On Mar 30, 6:07 am, "dtsig" <d... (AT) hotmail (DOT) com> wrote: On Mar 29, 12:31 pm, "dtsig" <d... (AT) hotmail (DOT) com> wrote: Is there a d3 equivalent to COMO as found on Universe? Thanks I should mention, for those that don't know, one of the features of como is to route all output to a file. I know this can be done in most 'clients' but we are looking for a way to turn on/off directly from a proc/routine etc Thanks Short answer is "no". Longer answer is "maybe" - depends a lot on what else is happening in the processes ... you MIGHT be able to have a little program that does an SP-OPEN, does a Basic PRINTER ON, then EXECUTES your programs ... when complete do an SP-CLOSE & inspect/retrieve output from. --OR-- Use "d3tcl" and re-direction (get a copy of the 7.5 documentation & read). For example, [root@D3Linux root]# PICKUSER=dm ; export PICKUSER [root@D3Linux root]# PICKMD=dm ; export PICKMD [[root@D3Linux root]# d3tcl listu \(n > /testfile.como [root@D3Linux root]# cat /testfile.como 07 Jun 2004 6386 pib# pid.... user........ udate utime account....... mdate mtime location..... you can wrap this up in an execute statement any way you like, but you should get the basic idea. Same type of thing is available for D3/NT - downside is that the d3tcl command will consume a "real user"! Should suggest that such an addition would be "useful" to D3 .... also should suggest to IBM that they replicate the LIST-RUNTIME-ERRORS functionaility (unless there is something in U2 I'm not aware of, which would NOT surprise me) HTH Ross Ferris Stamina Software Visage > Better by Design! |
![]() |
| Thread Tools | |
| Display Modes | |
| |