Skip to Content
0
Former Member
Sep 22, 2008 at 06:30 PM

Select Statement Error

27 Views

Friends,

I am trying to read values from MARC table.

This is the code i wrote:

data zstruct type marc.

select strgr into zstruct from marc.

endselect.

When the program is run, the values of strgr are not getting populated in zstruct.

Please let me know what is missing.

Thanks and Regards.