Acu GT cobol do not give build the logic now
Hi,I have working storage variable WS-WEB-LINK pic X(150). And after i read my SYSFILE , I am moving the values from SYS-WEB-LINK variable to WS-WEB-LINK variable. Just note SYS-WEB-LINK also declared pic X(150) in copy book,.Now, i wanted to ignore all spaces in WS-WEB-LINK and move the ONLY values to WS-FINAL-LINK.(without spaces) using STRING statement. I did that. that is okay. WS-FINAL-LINK we will not know how variable size either 60 or 70 or 90 size.,.. But, maximum i declared as 150 bytes . that is okay,My question is here, I just wanted to know how do i declare the size to WS-FINAL-LINK based on Inspect counter value at the run time using Acu GT cobol software.That is reason i am saying Acu GT cobol do not give build the logic now..Any clue please? This is urgent request from my side....thank you in advance.,