On Jan 26, 2022, at 09:34:49, Joseph Reichman wrote:
> 
> The copy book is assembler 
> It tells me the name of the variable it’s length 
> And it’s offset which would be it’s value 
> 
> I have one Simple question 
> 
> This url
> 
> https://share.confex.com/share/115/webprogram/Handout/Session7691/S7691bla.pdf
> 
> Contains what I want to do it says how to write 
> The program if the program is extensive 
> You have to debug it 
>   
Are the data you need:
o in copybook members?
o Mapped by copybook members?
  - In a file?
  - In storage?

In the first case, read and parse the copybook member to extract
the names and values.

In the second case, read and parse the copybook member to get
offsets.  Read the file and PARSE according to those offsets.
Or use the offsets to get arguments to STORAGE() to access
the names and values.

Avoid Assembler code.
-- 
gil

Reply via email to