I have situation to discuss. And I dont know how to perform this.
Say I am calling program XYZ in program ABC using CICS LINK. Output caopybook of program XYZ is sending back more than 32K data as fixed data + variable data. The field i am concerned in program ABC resides in fixed data.
So i wan to ignore remaining variable data ( or you can say i want to accept <32k data in program ABC from program XYZ). How can i perform this ?
Is there any way to ignore or not accept data after 32K?