![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Does anyone have a suggestion on how to abort a proc (or D3 macro) from a basic program? Here is an example: 1 pq 2 o this is part one 3 h run bp myprog 4 p 5 o this is part two When I run this proc, I want myprog to prevent (under some circumstances) the calling proc from continuing, i.e. so that I don't see the "part two" message. For example: myprog could procwrite something and the calling proc could test for it and then exit; but I am hoping for something that won't mess with the proc buffers, like a user exit or some other command. (D3/linux 7.5) Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
#3
| |||
| |||
|
|
iirc, on Forge, which did run on D3, I had: CHAIN 'PX' where in MD PX 001 PQ 002 RO 003 P at this moment, memory fails as to why this worked, but it did (and does on uv). Chandru Murthi "Scott Ballinger" <scott.ballinger (AT) gmail (DOT) com> wrote in message news:1177517772.458418.69070 (AT) o40g2000prh (DOT) googlegroups.com... Does anyone have a suggestion on how to abort a proc (or D3 macro) from a basic program? Here is an example: |
#4
| |||
| |||
|
|
Does anyone have a suggestion on how to abort a proc (or D3 macro) from a basic program? Here is an example: 1 pq 2 o this is part one 3 h run bp myprog 4 p 5 o this is part two When I run this proc, I want myprog to prevent (under some circumstances) the calling proc from continuing, i.e. so that I don't see the "part two" message. For example: myprog could procwrite something and the calling proc could test for it and then exit; but I am hoping for something that won't mess with the proc buffers, like a user exit or some other command. (D3/linux 7.5) Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
#5
| |||
| |||
|
|
Does anyone have a suggestion on how to abort a proc (or D3 macro) from a basic program? Here is an example: 1 pq 2 o this is part one 3 h run bp myprog 4 p 5 o this is part two When I run this proc, I want myprog to prevent (under some circumstances) the calling proc from continuing, i.e. so that I don't see the "part two" message. For example: myprog could procwrite something and the calling proc could test for it and then exit; but I am hoping for something that won't mess with the proc buffers, like a user exit or some other command. (D3/linux 7.5) Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
#6
| |||
| |||
|
|
Does anyone have a suggestion on how to abort a proc (or D3 macro) from a basic program? Here is an example: 1 pq 2 o this is part one 3 h run bp myprog 4 p 5 o this is part two When I run this proc, I want myprog to prevent (under some circumstances) the calling proc from continuing, i.e. so that I don't see the "part two" message. For example: myprog could procwrite something and the calling proc could test for it and then exit; but I am hoping for something that won't mess with the proc buffers, like a user exit or some other command. (D3/linux 7.5) Thanks, /Scott Ballinger Pareto Corporation Edmonds WA USA 206 713 6006 |
![]() |
| Thread Tools | |
| Display Modes | |
| |