Database reads INTO a unique working storage area

 2 Replies
 1 Subscribed to this topic
 17 Subscribed to this forum
Sort:
Author
Messages
Todd Mitchell
Veteran Member Send Private Message
Posts: 87
Veteran Member

Curious if anyone has done a database read (find) where the read places the data into a separate or unique working storage section.  Example READ VENMAST INTO VENMAST-PAY-VENDOR. 

 

 

 

jaherb
Veteran Member Send Private Message
Posts: 164
Veteran Member
When you do the 840-FIND-VENSETn, you cannot control over where it is read to. After the read, you would need to move the entire record or field by field of the fields you want into a WS value
Todd Mitchell
Veteran Member Send Private Message
Posts: 87
Veteran Member

That is what I was thinking I needed to do, but.... always hopeful of an easier or better solution.