How to create a link between multiple maps in a mapset?
Answer / Amar Deep Vishwakarma
In Coolplex, you can create links between multiple maps in a mapset by using the LINK statement. Here's an example:nn```cobolnIDENTIFICATION DIVISION.nPROGRAM-ID. EXAMPLE-LINK.nENVIRONMENT DIVISION.nINPUT-OUTPUT SECTION.nFILE-CONTROL.n SELECT MAP1 ASSIGN TO USER MAP1-FILE.n SELECT MAP2 ASSIGN TO USER MAP2-FILE.nDATA DIVISION.nWORKING-STORAGE SECTION.n 01 WS-MAP1. MAP-RECEIVER.n MAP-NAME IS MAP1.n 01 WS-MAP2. MAP-RECEIVER.n MAP-NAME IS MAP2.nPROCEDURE DIVISION.n PROCEDURE LINK-MAPS.n LINK WS-MAP1 TO WS-MAP2.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of limit sys?
How to create a link between multiple maps in a mapset? How to make use of Transid in this case?
What are the different type of meta operations available in plex
What is a continuation triple? what is the use of limit sys?
What are the different types of model available in coolplex
How to create a link between multiple maps in a mapset?
what is the difference between call and ++call?
What is a continuation triple?