js01 Beginner
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
|
Posted: Tue Jan 03, 2006 11:19 am Post subject: Cics with intertest |
|
|
Hi,
I am getting following error message when I trying to debug a program using inter test with brake points in test region .
Please advise that how to skip that(TRANSFORM sentence) code , so that I can continue from next sentence.
=================================================================
CA-InterTest for CICS 6.1 - PROTSYM FILE SOURCE LISTING BREAKPOINT
COMMAND ===>
Program= MAP550 Option # Stmt # Margin= 01
07581
_ 07582 TRANSFORM PM-XREC-FLD-DATA-REL FROM LOW-VALUES TO SPACES.
A ==> TRANSFORM PM-XREC-FLD-DATA-REL
==>
==> an attempt to change an area that does not belong to this task.
==> Possible system damage has been prevented.
==>
==> Press PF1 for a detailed description.
==>
_ 07584 FROM PM-DLG-INPUT-HEX-01-FF
_ 07585 TO PM-DLG-TRANSFORMED-HEX-01-FF.
07586
U 07587 IF PM-XREC-FLDS-PRESENT-REL > SPACES
_ 07588 IF PM-REL-SEQ < PM-FIRST-OTHER-XREC
================================================================[img][/img] |
|