

PL/I Basic Demo Session › Demo Session Scenario
Demo Session Scenario
The CA InterTest for CICS basic demo session takes you through the following scenario:
- You use the CA InterTest for CICS Primary Option Menu to select and view the source listing of PLIDEMO, the sample program to execute.
- You set monitoring for the sample program and view the status display of your monitoring request.
- You exit CA InterTest for CICS menus and initiate PLIDEMO.
- CA InterTest for CICS intercepts and prevents an ASRA abend in PLIDEMO. CA InterTest for CICS halts PLIDEMO at an assignment statement and displays a diagnostic message informing you that the problem was caused by improperly formatted data.
- You examine the current value of TASKNUM, the receiving field in the assignment statement that you suspect might be the cause of the problem. You find that TASKNUM does not contain a valid packed decimal number.
- You move a packed decimal zero into TASKNUM to correct the error.
- You set a breakpoint to halt PLIDEMO at another statement. This step is purely instructional; it has nothing to do with correcting the ASRA.
- You resume program execution. CA InterTest for CICS halts the program at the breakpoint you set in Step 7. You can see that when the assignment statement executed, the value of TASKNUM changed.
- You clean up by removing the breakpoint you set. You then resume program execution and PLIDEMO runs to completion.
Copyright © 2014 CA Technologies.
All rights reserved.
 
|
|