Re: Re: Cobol compiler date
Gerhard Postpischil <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On 4/20/2010 8:33 PM, kerravon86 wrote: > Obviously that technique won't work if I have to > split 19 into 1 and 9. In such a case the fastest way is to load the module into memory, and search that. Of course you also load filler bytes..... > And the binary file needs to be created by > converting the DUMPT output - the load module > can't be directly accessed, right? You can use BSAM (or BPAM) to read a module directly (c.f., ZZRELINK), but you need to keep track whether you're reading a control or a text block, and you run into the possibility that your search string is split over blocks (not likely except for very large CSECTs). Gerhard Postpischil Bradford, VT