Hi seniors,
I have a physical file without key and have to display in subfile in one category only.
I cannot use key to chain the physical file and look for record. How can I do that?
Firstly, user key in input 'A' then only records of category 'A' will be displayed.
The physical file is like
category Id Name
a 12 yyyyyy
a 13 wwwwww
b 12 dddddddd
a 10 kkkkkk
c 10 ppppp
b 15 mmmmmmmmm
Subfile should be like this if 'c' is keyed in
opt id name
10 ppppp
Thanks in advance for advices.
p/s: I'm new to RPGLE
I have a physical file without key and have to display in subfile in one category only.
I cannot use key to chain the physical file and look for record. How can I do that?
Firstly, user key in input 'A' then only records of category 'A' will be displayed.
The physical file is like
category Id Name
a 12 yyyyyy
a 13 wwwwww
b 12 dddddddd
a 10 kkkkkk
c 10 ppppp
b 15 mmmmmmmmm
Subfile should be like this if 'c' is keyed in
opt id name
10 ppppp
Thanks in advance for advices.
p/s: I'm new to RPGLE
Comment