Author |
Intercept calls in RMS in openvms |
fara
Member
Posts: 2
Joined: 21.03.16 |
Posted on April 06 2016 04:46 |
|
|
Hi,
Is there any way to intercept with a C program the insert/updates that are being done into RMS with SYS$WRITE or SYS$UPDATE services?
Best Regards. |
|
Author |
RE: Intercept calls in RMS in openvms |
Bruce Claremont
Member
Posts: 623
Joined: 07.01.10 |
Posted on April 08 2016 01:48 |
|
|
Write a replacement service for SYS$UPDATE and SYS$WRITE and place it in the appropriate runtime library. |
|
Author |
RE: Intercept calls in RMS in openvms |
malmberg
Moderator
Posts: 530
Joined: 15.04.08 |
Posted on April 08 2016 03:13 |
|
|
Why are you trying to do this?
Are you able to modify the source or build procedure for your program?
The answer to those questions greatly affects what method to use. |
|