|
If I have a structure like the following:
DCL SPCPTR .Query_Data_Offset;
DCL DD Query_Data_Offset
BIN(4)
BAS(.Query_Data_Offset);
if I then have an instruction like
CPYBWP .Query_Data, .QuerySpc;
shouldn't it be
CPYBWP Query_Data, .QuerySpc;
or are they both the same? When using a CPYBWP using two pointers, does
it merely change the .Query_Data pointer to point to QuerySpc? If not is
it possible that this may overwrite some other memory location? Thanks
for the help.
Bobby.
Robert Hicks
Combinatorics Consulting Company
Tel.: (248) 347 - 7222, ext. 222
Fax: (248) 347 - 7227
Email: Robert.Hicks@xxxxxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.