We are trying to record the CICS Link transaction data directly from CICS screens and the recorded data is not parsed in the copybook and the virtual image has 'unknown copybook' with a string of EBCDIC characters. Is there a way to get this taken care and parse the data properly?
Release : 10.6
Component : CA Service Virtualization
Look for spaces and commas in names if there are issues!!!
Notice the name is "UTLP004" in the mapping file
However, in the ut01.xml it contains a space "UTLP004 "
That space is important!
The resolution was to create a new ut01.xml with a space in it. That was done and it worked!