![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can anyone answer if there a user exit that reads a frame directly into a variable on mvBase? |
#3
| |||
| |||
|
|
Curt wrote: Can anyone answer if there a user exit that reads a frame directly into a variable on mvBase? I don't think there is, and with good reason: What would you do with the segment marks? Depending on what you're doing, you might consider using the DUMP command and capturing that output. To differentiate segment marks, D3(*nix) has the X option and others which allow us to dump frames completely in hex, follow forward links, etc. I've forgotten what options mvBASE has on DUMP, sorry. If you're completely desperate then you can always DUMP frames in ASCII, and capture and parse the results. I apologize if I'm forgetting an exit or other options in mvBASE that might help. Use it or lose it, eh? T |
#4
| |||
| |||
|
|
I have an app that uses the 'Dump' verb now to get into the spooler frames. I have to issue a Capture off to stop the display of the data to the screen, even though I am doing an execute with a capturing and a returning they are still displaying. My goal was to improve the speed of getting to the data within the report. End result is to get a spooler hold file out to a dos text file. In article <dt8is25sla60ari6o8hjcp3jfrfgecgsrt (AT) 4ax (DOT) com>, g6q3x9lu53001 @sneakemail.com.invalid says... Curt wrote: Can anyone answer if there a user exit that reads a frame directly into a variable on mvBase? I don't think there is, and with good reason: What would you do with the segment marks? Depending on what you're doing, you might consider using the DUMP command and capturing that output. To differentiate segment marks, D3(*nix) has the X option and others which allow us to dump frames completely in hex, follow forward links, etc. I've forgotten what options mvBASE has on DUMP, sorry. If you're completely desperate then you can always DUMP frames in ASCII, and capture and parse the results. I apologize if I'm forgetting an exit or other options in mvBASE that might help. Use it or lose it, eh? T |
#5
| |||
| |||
|
|
Hi I don't have mvbase but surely it has spool to terminal like d3. I know several users that just turn capture on in Hostaccess and spool to terminal to achieve this. Of course COPY PEQS nnn to DOS:Whatever is better in D3. Peter McMurray "Curt" <Nobody (AT) Nowhere (DOT) com> wrote I have an app that uses the 'Dump' verb now to get into the spooler frames. I have to issue a Capture off to stop the display of the data to the screen, even though I am doing an execute with a capturing and a returning they are still displaying. My goal was to improve the speed of getting to the data within the report. End result is to get a spooler hold file out to a dos text file. |
#6
| |||
| |||
|
|
I have an app that uses the 'Dump' verb now to get into the spooler frames. I have to issue a Capture off to stop the display of the data to the screen, even though I am doing an execute with a capturing and a returning they are still displaying. My goal was to improve the speed of getting to the data within the report. End result is to get a spooler hold file out to a dos text file. In article <dt8is25sla60ari6o8hjcp3jfrfgecgsrt (AT) 4ax (DOT) com>, g6q3x9lu53001 @sneakemail.com.invalid says... Curt wrote: Can anyone answer if there a user exit that reads a frame directly into a variable on mvBase? I don't think there is, and with good reason: What would you do with the segment marks? Depending on what you're doing, you might consider using the DUMP command and capturing that output. To differentiate segment marks, D3(*nix) has the X option and others which allow us to dump frames completely in hex, follow forward links, etc. I've forgotten what options mvBASE has on DUMP, sorry. If you're completely desperate then you can always DUMP frames in ASCII, and capture and parse the results. I apologize if I'm forgetting an exit or other options in mvBASE that might help. Use it or lose it, eh? T |
![]() |
| Thread Tools | |
| Display Modes | |
| |