id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
e329fbb70d85-0 | InterTest™ and SymDump ® 11.0
Troubleshooting
This section contains information about identifying and resolving problems.
Collect Diagnostic Data
Execution-Time Problems
Gather the following information on the execution environment:
•In an Online Data Communication environment, the name of the package (if it is not an ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e329fbb70d85-1 | // UNIT=SYSDA,SPACE=(CYL,(1,1)),
// DCB=(LRECL=133,BLKSIZE=13300,RECFM=FBA)
The data set can then be sent to Broadcom as a BINARY file.
Symbolic Postprocessors
Review all output from the postprocessor for error messages. If any messages are found, locate the message in Symbolic
Su... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2acf7665b46-0 | InterTest™ and SymDump ® 11.0
Interpret Diagnostic Data
When you have collected the specified diagnostic data, write down your answers to the following questions:
1.What was the sequence of events prior to the error condition?
2.What circumstances existed when the problem occurred and what action did you take?
3.Has th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2acf7665b46-1 | •CAOUCSLD -- Use this program to generate a member list for your CSL library.
•CAORMAIN -- Use the PRINTCSL function of CAORMAIN to print a member from your CSL library.
•IN25UTIL -- Use the REPORT function of IN25UTIL to generate a list of symbolic members in your PROTSYM and use
the PRINT function to print a symbolic... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b942ced9d3f9-0 | InterTest™ and SymDump ® 11.0
Create a Temporary VSAM Repository
Member CARXREPO in the CAI.CAVHJCL library contains JCL to create and initialize a CAIPRINT repository.
Follow these steps:
1.Make a copy of the JCL member and modify the appropriate fields, such as the data set name, space, and volume.
(Ensure to change ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b942ced9d3f9-1 | //PRTLIB DD DSN=TEMP.PRTLIB,DISP=SHR
//BACKUP DD DSN=TEMP.PRTLIB.BACKUP,DISP=(NEW,CATLG),
// UNIT=SYSDA,VOL=SER=vvvvvv,SPACE=(CYL,(3,3),RLSE),
// DCB=(RECFM=FB,LRECL=4085,BLKSIZE=4085)
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
REPRO INFILE(PRTLIB) OFILE(BACKUP)
/*
Using the Batch REST API
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b3f147836554-0 | InterTest™ and SymDump ® 11.0
•Display a report list
•Retrieve a report with index
•Lock a report
•Unlock a report
•Delete a report
•Display installation options
•Update Report Options
•Display Report Options
For instructions about how to install the SymDump REST API, see Install Testing Tools Server and REST API.
Exa... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f9fd6691babb-0 | InterTest™ and SymDump ® 11.0
HTTP Method and URI Path
The SymDump Batch REST API URI path for the Reports endpoint has the following format:
GET http://host:port/symdump/api/v1/batch/prtlib/{prtlib}/reports
Where:
host
Specifies the address of the server that runs the REST API
port
Specifies the port of the server t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
409fdd1bf725-0 | InterTest™ and SymDump ® 11.0
"messageVersion": "string",
"serviceName": "string",
"sessionID": "string"
}
]
}
Batch REST API: Full Dump with Index
Use the SymDump Batch REST API full dump with index endpoint to retrieve a report.
HTTP Method and URI Path
The SymDump Batch REST API URI path for ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
409fdd1bf725-1 | "ndvrDSSasm": "Y"
},
918 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b59fd1d6091e-0 | InterTest™ and SymDump ® 11.0
"protsymList": [
"CAI.D1.PROTSYM",
"CAI.D2.PROTSYM"
]
}
REST API Response and Return Codes
Expected Response
On completion, the service returns an HTTP response. The response includes a status code that indicates whether the
request completed. The status code 200 OK indicates ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
aa2cda1e480f-0 | InterTest™ and SymDump ® 11.0
Batch REST API: Lock
Use the SymDump Batch REST API Lock endpoint to lock a report.
HTTP Method and URI Path
The SymDump Batch REST API URI path for the Lock endpoint has the following format:
POST http://host:port/symdump/api/v1/batch/prtlib/{prtlib}/reports/{key}/lock
Where:
host
Speci... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
f0d5be6b3e4f-0 | InterTest™ and SymDump ® 11.0
}
],
"metadata": [
{
"messageTime": "string",
"messageVersion": "string",
"serviceName": "string",
"sessionID": "string"
}
]
}
Batch REST API: Unlock
Use the SymDump Batch REST API Unlock endpoint to unlock a report.
HTTP Method and URI Path
The Sy... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ee887df0b710-0 | InterTest™ and SymDump ® 11.0
"key": "string",
"lock": "string",
"offset": "string",
"program": "string",
"stepName": "string",
"system": "string",
"time": "string",
"userID": "string"
},
"messages": [
{
"messageContent": "string",
"messageNumber": "string",
"me... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8abbdbc0beb6-0 | InterTest™ and SymDump ® 11.0
REST API Response and Return Codes
Expected Response
On completion, the service returns an HTTP response. The response includes a status code that indicates whether the
request completed. The status code 200 OK indicates success.
Example:
{
"dump": {
"abend": "string",
"date": "... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
04500cc29599-0 | InterTest™ and SymDump ® 11.0
Headers
Authorization: Basic Auth with mainframe username and password
Example: Display installation options:
POST /symdump/api/v1/batch/options
REST API Response and Return Codes
Expected Response
On completion, the service returns an HTTP response. The response includes a status code t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
44bdb63ada12-0 | InterTest™ and SymDump ® 11.0
Headers
Authorization: Basic Auth with mainframe username and password
Example: Display a report:
GET /symdump/api/v1/batch/prtlib/CAI.PRTLIB
/reports/{key}/options
REST API Response and Return Codes
Expected Response
On completion, the service returns an HTTP response. The response inclu... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
44bdb63ada12-1 | "mrgbased": "ON",
"mrgcntld": "ON",
"mrgdsect": "ON",
"mrgfiles": "ON",
"mrglink": "ON",
"mrglocal": "ON",
925 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
42e22153c616-0 | InterTest™ and SymDump ® 11.0
"mrgparms": "ON",
"mrgstat": "ON",
"mrgwork": "ON",
"occurs": "MAX",
"showunmrg": "ON"
},
"messages": [
{
"messageContent": "string",
"messageNumber": "string",
"messageType": "string"
}
],
"metadata": [
{
"messageTime": "stri... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e05d37cea014-0 | InterTest™ and SymDump ® 11.0
Request Body
Supply a JSON request document (Content-Type=application/json, character-encoding=UTF-8) with the following input
parameters:
Display Options:
Asminst
Displays the abending assembler instruction
Values: ON, OFF
Files
Displays the Open Files report
Values: ON, OFF
First128
Disp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
16f0ac3e53a0-0 | InterTest™ and SymDump ® 11.0
Grpaddr
Specifies whether to display the base locator, displacement, and address of a group item on the merged Data
Division displays
Values: ON, OFF
Mergedb
Specifies whether to merge symbolic name into Database reports
Values: ON, OFF
Mrgauto
Specifies whether to merge symbolic names int... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
65d13bc18c4d-0 | InterTest™ and SymDump ® 11.0
{
"displayOptions": {
"asminst": "ON",
"files": "ON",
"first128": "OFF",
"linecnt": "60",
"linkage": "ON",
"listline": "0",
"localstor": "ON",
"memmap": "ON",
"rptsz80": "OFF",
"savearea": "ON",
"sh... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
65d13bc18c4d-1 | "key": "string",
"lock": "string",
"offset": "string",
"program": "string",
"stepName": "string",
"system": "string",
929 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5551e4ccfb74-0 | InterTest™ and SymDump ® 11.0
"time": "string",
"userID": "string"
},
"messages": [
{
"messageContent": "string",
"messageNumber": "string",
"messageType": "string"
}
],
"metadata": [
{
"messageTime": "string",
"messageVersion": "string",
"serviceName": "s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5551e4ccfb74-1 | invalid parameters, and other factors beyond programmer control.
Help File Printout
The InterTest for CICS Help file contains extensive tutorial information that is available to you online by entering HELP or
pressing PF1 from any InterTest for CICS screen. The file has a browse capability from any point of access. Yo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
04a07f0cef82-0 | InterTest™ and SymDump ® 11.0
Sample MVS JCL to Print the Help File
Use the following MVS JCL to print the Help file.
//PRINHELP JOB....
//STEP1 EXEC PGM=IN25PRIH,REGION=256K
//STEPLIB DD DSN=YOUR.INTRTST.LOADLIB,DISP=SHR
//PROTHLF DD DSN=INTRTSTV.PROTHLF,DISP=SHR
//OUTPUT DD SYSOUT=A
//
CICS Debugging
InterTest fo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
04a07f0cef82-1 | •Error detection and prevention
•Diagnostic information display screens
•Program interruption through setting breakpoints
•Isolated test sessions through monitoring by CICS User ID
Interactive Testing The InterTest for CICS Monitor
InterTest for CICS allows interactive testing. When InterTest for CICS detects an error,... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dce5db2cc68d-0 | InterTest™ and SymDump ® 11.0
InterTest for CICS acts as an intermediary between your CICS program and the CICS system. Here is how InterTest for
CICS operates:
•You instruct InterTest for CICS to monitor a program, and then run the program.
•InterTest for CICS inspects every instruction and CICS command before it exec... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dce5db2cc68d-1 | breakpoint . InterTest for CICS then displays a screen of diagnostic information indicating the statement or instruction
triggering the breakpoint, and InterTest for CICS explains why the error occurred.
The breakpoint display explains why InterTest for CICS halted the program. The program instruction that triggered th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d5e465acede5-0 | InterTest™ and SymDump ® 11.0
Controlling the pace at which a program executes makes it easier to pinpoint and correct logic errors. For example, when
a program is halted, you can inspect the values of program variables and test data to determine whether processing is
proceeding as planned. You can also dynamically cha... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d5e465acede5-1 | systems are less likely to crash, so programmers can work more productively. Additionally, program errors are confined
to a single program -- other programs remain unaffected. Therefore, system throughput improves because trial and error
testing is eliminated, test programs need fewer recompiles, and CICS is much more ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5e9f690a1ae9-0 | InterTest™ and SymDump ® 11.0
InterTest for CICS also makes it easy to maintain files online without writing one-time programs. You can use InterTest for
CICS to add, update, and delete records in VSAM and BDAM files and DL/I, DB2 and SQL/DS databases. With InterTest
for CICS, it is easy to browse a file and search for... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5e9f690a1ae9-1 | Symbolic Support
InterTest for CICS lets you reference all program locations by the names you have defined in the program, so you
can forget about displacements or address changes after recompiling. You can inspect the contents of a data item simply
by specifying its name. If you set breakpoints at symbolic locations a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9ca30f8b446a-0 | InterTest™ and SymDump ® 11.0
Different Methods of Using InterTest for CICS
Novice CICS programmers will learn to take advantage of the many features of InterTest for CICS because it is not
necessary to learn command syntax. Standard ISPF-like menus and selection screens make it easy to access any
component in InterTes... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9ca30f8b446a-1 | •Simplify navigation among the Source Listing, Monitoring (CNTL), Main Storage (CORE), Auxiliary Storage (FILE), and
SymDump for CICS (SYMD) displays
This article also explains how to use the Monitoring Status display, an expandable tree-like display of current monitoring
entries. You will find the Status display save... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c477044ac10a-0 | InterTest™ and SymDump ® 11.0
1 -- Source listings
2 -- Symbolic files
Selecting options from this menu launches relevant source listing displays. (LIST=progname)
•Option 2 -- Monitoring
1 -- Programs
2 -- Transactions
3 -- Terminals
4 -- Status
5 -- Active tasks
6 -- System-wide
7 -- Debugging sessions
Selecting optio... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c477044ac10a-1 | •X -- Exit
Breakpoint Primary Option Menu
When you are at a breakpoint, InterTest for CICS includes a Breakpoint Primary Option Menu, from which you can access
the following options. Press PF6 to access the Breakpoint Primary Option menu.
936 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9fa9888d2662-0 | InterTest™ and SymDump ® 11.0
Main menu
Display the InterTest primary option menu
Status
Display or remove current monitoring options
Abend
Abend the breakpointed task
Resume
Resume breakpointed task menu options
Override
Override automatic breakpoint default processing
Dump
Cause dump, resume from next sequential inst... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9fa9888d2662-1 | specific problem. Use Clear to exit help.
PF3 End
Ends the current display and returns to the previous menu or display.
937 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8f1fa617d8d-0 | InterTest™ and SymDump ® 11.0
PF4 Return
Returns to the highest level menu, either the Primary Option Menu or the Breakpoint Primary Option Menu.
PF7 Backward
Scrolls a list back one page, or scrolls back to the list item indicated by the user's cursor.
PF8 Forward
Scrolls a list forward one page, or scrolls down to th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8f1fa617d8d-1 | indicates there are more entries to view using PF8 or FORWARD. Use the cursor to go to an entry in the middle of
a display and press PF8 (Forward) to position that entry at the top of the display.
HELP
Same as PF1, displays help for the current screen. Once in the help facility, follow the help panel instructions to
ac... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6f7f0664b1a2-0 | InterTest™ and SymDump ® 11.0
MAIN
Same as PF4 Return. Returns you to the highest level menu, such as the Primary Option Menu.
REFRESH
Same as PF2 Refresh. Refreshes or redraws the current display to reflect recent modifications. For example, after
removing options from a Monitoring Status display, use REFRESH to elimi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6f7f0664b1a2-1 | expanded monitoring entry for the Program COB2DEMO.
CA InterTest for CICS MONITORING STATUS
COMMAND ===>
Type + to expand or collapse option levels displayed below,
or R to remove option(s). ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
212cac3f0240-0 | InterTest™ and SymDump ® 11.0
More: +
Option Description Attributes
_ COB2DEMO Program monitor entry COBOL II
| Waiting at breakpoint Task 00043, UB... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
212cac3f0240-1 | User ID, you would see a specific User ID, such as MARY01, instead of .ANY.
•Notice the rest of the options are indented under .ANY. This indicates they are options for the monitoring entry
COB2DEMO when executed by .ANY user.
•The RBP option identifies a request breakpoint was set for this monitoring entry for all DSN... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
84adb5f0e987-0 | InterTest™ and SymDump ® 11.0
or R to remove option(s).
Option Description Attributes
_ + COBDEML Program monitor entry COBOL
_ + COBDEMO Program monitor entry COB... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
84adb5f0e987-1 | Removing breakpoints, especially request breakpoints, is simple using the status display. First, display the status report
for the monitored entry and expand the monitored entry to view all options. Next, enter r next to the breakpoint you want to
remove, and press Enter.
The following screen is an example of removing ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a6ea1ba8f6f2-0 | InterTest™ and SymDump ® 11.0
_ + |UBP Unconditional breakpoint #386
_ + |UBP Unconditional breakpoint #389
_ |SLB Source listing breakpoints .ANY
_ |SLB Source listing breakpoints X508 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a6ea1ba8f6f2-1 | include an InterTest for CICS post-processor step. For source listing testing, the LISTER parameter of the post-processor
is required. After modifying the JCL, recompile or reassemble the program. This puts the program's listing in the InterTest
for CICS Symbolic File.
Start InterTest in Your CICS Region
InterTest for ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
52bf194e9fad-0 | InterTest™ and SymDump ® 11.0
InterTest for CICS Transaction IDs
InterTest for CICS has the following standard transaction IDs: ITST, CNTL, CORE, FILE, LIST, HELP, and an additional
transaction ID for licensed SymDump for CICS users: SYMD. These IDs might have been modified when InterTest for
CICS was installed. If th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
52bf194e9fad-1 | LIST=progname
progname
Specifies the name of your program.
InterTest for CICS displays your program on the Source Listing Display screen. From this screen set monitoring and
breakpoints.
If a message informs you that the listing is not available, consider the following:
•Is the program name correct?
•Is the program in ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc582936dd70-0 | InterTest™ and SymDump ® 11.0
Set Monitoring
While viewing the program listing, enter monitor in the top Command Line. This is the same as pressing PF5 Monitor .
NOTE
InterTest for CICS monitoring and breakpoints include a CICS user ID option. For a discussion of this option, see
Set Monitoring.
Set Breakpoints
Settin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
dc582936dd70-1 | •Use + for a single character.
Example
A mask of COBD++O filters for any seven letter item that begins with the letters COBD, has an O in the last position, and
has any valid character in the fifth and sixth positions. For instance, COBDEMO, COBDXXO, and COBDABO would all
meet the mask criteria, but COBDEML or COBDEM w... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a1f3b277a626-0 | InterTest™ and SymDump ® 11.0
_ COB2DEML PROTSYM 07/07/13 09:33 25 COBOL II, no purge, composite
_ COB2DEMO PROTSYM 07/21/13 10:34 158 COBOL II, no purge
_ COB2DMLX PRTSYM1 09/21/13 16:10 26 COBOL II, no purge, composite
_ COB2INSP PRTSYM1 02/01/13 09:11 155 COBO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a1f3b277a626-1 | _ C370IN25 PROTSYM 07/07/13 09:32 12 COBOL/370, no purge
*** End of data ***
PF1 Help 2 Refresh 3 End 4 Return 5 6 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a1f3b277a626-2 | _ 00008 77 999FIELD1 PIC 9(3).
_ 00009 77 999FIELD2 PIC 9(3) VALUE 50.
_ 00010 77 FIRSTSCREENLEN PIC S9(4) COMP VALUE +1696.
_ 00011 77 MSGSCREENLEN PIC S9(4) COMP VALUE +1040.
_ 00012 77 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ecb121f973ed-0 | InterTest™ and SymDump ® 11.0
COMMAND ===>
Enter any InterTest for CICS transaction, transaction-based command, or a Source Listing Display command.
Enter =X.Y.Z for fast-path menu access to Primary Option Menu X.Y.Z. You cannot use this command line to enter
a system-wide CNTL command.
Program=
Change the program whos... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ecb121f973ed-1 | C
Conditional
V
Variable-change
R
Request
The bottom of the Source Listing Display contains the source code. The numbers on the left side of each line are the
COBOL or PL/I statement numbers from the compiled listing, or the Assembler hexadecimal location number from the
assembled listing.
For COBOL and PL/I programs, ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e2bb53d7e4c4-0 | InterTest™ and SymDump ® 11.0
NOTE
The display screen's format varies by terminal type. For 132-column terminals, lines of code display as is and
you view them in full. For 80-column terminals, InterTest for CICS automatically reformats the compiler output so
that you view most of the code in columns 1 to 80. Code beyo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e2bb53d7e4c4-1 | 21 Window: Titles Window: Titles Window: Titles
22 Window: Registers Window: Registers Window: Registers
23 Window: Keep Window: Keep Window: Keep
24 Window: Program Window: Program Window: Program
* Use these options with NESTED= entries to request a display of these sections for a specific nested program.
The section... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d166bb3db4c1-0 | InterTest™ and SymDump ® 11.0
line command (such as a CNTL command or CORE command), and the Source Listing Display commands listed in the
following table.
NOTE
You cannot use this command line to enter InterTest for CICS system-wide CNTL options.
Command PF Key Description
ABEND None Display the Abend Breakpointed Tas... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d166bb3db4c1-1 | COBOL programs.
AUTOSTEP x y
AS x yNone Resume execution x verbs at a time
displaying the current source statement
for a y interval of time. This command is
only available at a breakpoint. One verb at
a time until next CALL/COMMAND is the
default.
Note: This command is available only at a
breakpoint.
BOTTOM
BOTNone GO ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
04038eac9869-0 | InterTest™ and SymDump ® 11.0
BWD PF7 Scrolls backward. The scroll amount is set
on the Source Listing Profile.
CALLTRACE None Shows the program call flow leading up to
the currently breakpointed program. Select
programs having symbolic support from the
list and display their data areas.
CHANNEL None Displays the curre... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
04038eac9869-1 | Op can be: EQ or =, NE or <>, LT or <, GT
or >, LE or <= or =<, GE or >= or =>
Valid values: 0 to 9999
COUNTS NEXT None Repositions the source listing to the next
statement that matches the previously
specified COUNT op value criteria.
COUNTS ALL None Removes previously specified COUNT op
value criteria and redisplays ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
95cbb07d8c8f-0 | InterTest™ and SymDump ® 11.0
DATAMON
DMNone Displays the Monitoring Command Builder
menu to set and remove statement tracing
and data monitoring.
Note: This command is only valid for
COBOL programs.
DATAMON ON
DM ONNone Turns data monitoring on. This causes
InterTest for CICS to capture data values
for each executed s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
95cbb07d8c8f-1 | ITST See MENU Displays the ITST Primary Option Menu.
KEEP data-item
K data-itemNone Add a data-item to the static Keep window
LEFT None Shift listing left.
LOCATE
LOC
LNone Locate line number, a label, or part of the
listing.
MARGIN
MARNone Shift listing to specific margin.
950 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b127a8b4df77-0 | InterTest™ and SymDump ® 11.0
MENU PF6 Displays the high-level menu. When not
at a breakpoint, it is the ITST Primary
Option Menu; when at a breakpoint, it is the
Breakpoint Primary Option Menu.
MLOG None Displays, starts, stops, cancels, or loads
recorded monitoring sessions.
MONITOR PF5 Sets monitoring for the curren... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
b127a8b4df77-1 | SET None Initializes a data-item's value. This
command is available only at a breakpoint.
SO None Sets or removes special options
SDFDATA None Set to display data in structure display
format for the current program.
SDFHEX None Set to display data in hexadecimal/
character format for the current program.
951 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9884ac228df0-0 | InterTest™ and SymDump ® 11.0
STATUS PF12 Displays the Monitoring Status report
(Option 2.4 on the Primary Option Menu)
for the current program. You can remove
monitoring, breakpoints, and options
directly from the Status display.
STATUS ALL None Displays the Monitoring Status report for
all programs, transactions, and... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
9884ac228df0-1 | Documentation Action Character Function
u Unconditional; sets an unconditional
breakpoint that stops before the specified
item.
) Unconditional; sets an unconditional
breakpoint that stops after the specified
item.Using Breakpoints
c Conditional; sets a conditional breakpoint.
952 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3cb5354289dd-0 | InterTest™ and SymDump ® 11.0
v Variable-change; sets a variable-change
conditional breakpoint (for COBOL or
Assembler programs).
x Remove; removes a breakpoint or removes
a variable from the Keep window.
+ Start Segmented Monitoring at this
program statement.
- Stop Segmented Monitoring at this
program statement.
d ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3cb5354289dd-1 | cursor under the variable name before pressing Enter.
Shortcut Commands for CNTL Functions
To access a CNTL function, enter a code using the following format in the Option # field, and press Enter:
=nns OR =nnr
=
Required.
nn
Specifies function number (10 to 33) from the CNTL main menu.
953 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3e74d4cd4648-0 | InterTest™ and SymDump ® 11.0
s or r
Specifies setting or removing the option .
NOTE
While the CNTL shortcut commands are supported, you will find it easier to use the Monitoring Menus, available
from Primary Option Menu Option 2 Monitoring .
The following table summarizes the Option # codes you can enter for the stand... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3e74d4cd4648-1 | line command.
PF Key Function
PF1 Help Help; displays a Help menu relating to the current Source Listing
Display screen.
PF2 Unassigned.
PF3 End End or Clear; terminates the Source Listing Facility. Displays an
earlier ITST panel, if applicable, or CICS.
PF4 Profile Displays the Source Listing Profile screen, where you... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
653eee2bbf11-0 | InterTest™ and SymDump ® 11.0
PF6 Menu Displays the Primary Option Menu.
PF7 Backward Scrolls the compiler output backward by one page unless the
setting was changed on the Profile. Does not apply within the
Keep window.
PF8 Forward Scrolls the compiler output forward by one page unless the setting
was changed on the P... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
653eee2bbf11-1 | 3.Press Enter to begin the search.
For COBOL nested programs, InterTest for CICS first searches the current nested program (indicated in the NESTED=
field) for the specified data item. If the data item is not found in the indicated program, InterTest for CICS then searches
the main program and other nested programs fo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d3fd3d2359ee-0 | InterTest™ and SymDump ® 11.0
FIND string PREV
To repeat the find request, press Enter .
Locate an Area Within the Program Online Source Listing
To locate a label, line-number, offset, or special area within the program online source listing, enter:
LOCATE label | line-number | hex-offset | .xx
label
Indicates any vali... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d3fd3d2359ee-1 | .C1 = 1st CSECT
.1C = 1st CSECT
.MC = Macro Catalog
.XR = Cross Reference
.LI = Literals
956 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
254d806511bd-0 | InterTest™ and SymDump ® 11.0
.EM = Error Messages
View the Online Listing
Use the command line commands to position or shift the view of the listing. You can go to the top or bottom of the listing,
shift the listing to the right or left a specific number of characters, or position the listing to a specific line.
Posit... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ff3306e93b14-0 | InterTest™ and SymDump ® 11.0
Default : 1
Shift Listing to a Margin Position
To shift the listing to a specific margin position, enter:
MARGIN margin value
margin value
Indicates any valid number of characters between 1 and 50.
NOTE
The MARGIN command cannot be used on Mod5 terminals.
Position Listing to a Line Number
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
be00a5ea055e-0 | InterTest™ and SymDump ® 11.0
To change the program displayed, follow these steps:
1.Enter the desired program name in the Program= field.
2.Press Enter to display the listing from the beginning of the program, or use the Option #, Statement #, or Search=
fields to select another point of initial display before pressin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
be00a5ea055e-1 | To display a specific section, select an Option # from the OPTS.
Statement #
To display a particular statement, enter the desired statement number from 1 to 9999 in the Statement # field, and
press Enter .
Nested=
To display a particular nested program, enter the program name in the Nested = field, and press Enter .
9... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1387240df371-0 | InterTest™ and SymDump ® 11.0
Search=
To display the code defining a particular data item in Working-storage, Local-Storage, or the Linkage section,
enter the data name in the Search = field, and press Enter .
To display the code surrounding a particular paragraph or label, enter the paragraph name or label name in the... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
1387240df371-1 | 7 Backward 8 Forward 9 Next Wnd 10 11 12 Status
-----------+---------------------------------------------------------------
LOC STMT SOURCE STATEMENT
000000 463+ STM 14,12,12(13) SAVE CALLER'S REGISTERS
464+*******************************************... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5e80c658a7e0-0 | InterTest™ and SymDump ® 11.0
•The statement or location numbers stay on the screen as the rest of the display shifts left or right. A plus sign
(+) in the line above the display area indicates the column where shifting begins.
•If there is no output beyond position 80, InterTest for CICS overrides a margin setting gre... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5e80c658a7e0-1 | MLOG LOAD [ name ]
Loads an existing session.
•name
(Optional) Specifies the session. If you omit the name, the session that has the same name as the program is
loaded.
Limits: 1 to 8 characters
Customize the Source Listing Profile
InterTest for CICS was designed with the user in mind. The Source Listing Profile lets ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fc526e1346a2-0 | InterTest™ and SymDump ® 11.0
Info Area
The info area is located at the top of the Source Listing Display screen under the Search field. The info area displays
various windows depending on the value in the Display window field in the Source Listing Profile.
To change the information displayed in the info area, change t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
fc526e1346a2-1 | Displays the Program window in the info area. The Program window enables you to specify the load module name
and view the symbolic file information.
Register Window
The Register window allows you to display and modify the contents of registers, and view an area where a register points
to.
The following screen shows the... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8e4d9238e08-0 | InterTest™ and SymDump ® 11.0
...
The Register window contains the following fields:
•R0-R7
•R8-R15
Displays the contents of registers at the current statement of the program.
•Cond. Code
Indicates the current condition code.
•Amode
Displays the current addressing mode of the program.
•ExecKey
Displays the ExecKey for ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e8e4d9238e08-1 | The Symbolic file, Timestamp and Language fields provide information about the subprogram specified in the Program
field, not the load composite module in the Load module field.
Scroll Amount
The scroll amount determines how much more of your source listing displays each time you use PF7 or PF8.
To set the scroll amoun... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
95b83b60f90c-0 | InterTest™ and SymDump ® 11.0
nnnn
Any number of lines from 1 to 9999.
STOP
Go to the next or previous breakpoint in the program.
3.Press Enter. The change takes effect immediately, and you return to the Source Listing Display screen.
NOTE
•Setting the Scroll Amount to STOP is an excellent way to review all of the brea... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
95b83b60f90c-1 | CA InterTest for CICS - PROTDEM FILE SOURCE LISTING BREAKPOINT
Command ==>
Program= COBDEMO Option # Stmt # Margin= 01
Search=
OPTS 1 Proc div 2 Work-stor 3 Link sect 4 D-map 5 Clst/Pmap More: +
6 Data xref 7 Proc xref 8 Err msgs 9 Srch fwd 10 Sr... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d723da03a0d2-0 | InterTest™ and SymDump ® 11.0
==>
==> ASRA abend (0C7) detected and prevented. Caused by invalid decimal
==> arithmetic data format.
==>
==> Press PF1 for a detailed description.
==>
_ 00883 IF TASKNUM = 1
_ 00884 MOVE 'DMAPASR' TO MAPNAME.
_ 00885 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d723da03a0d2-1 | •Pause one second before repeating single-stepping or automatic tracing
•Stop at the next CICS command or call
To change the automatic stepping amount, perform the following steps:
1.Type profile on the command line and press Enter, or press PF4 from the Profile screen to access the auto-stepping
parameters.
2.Specif... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
60d1af516b70-0 | InterTest™ and SymDump ® 11.0
•The Source Listing Breakpoint version lets you to test directly from your source listing.
•The Detailed Breakpoint display requires you to use one-line InterTest for CICS commands and other menus.
The initial display mode depends on the setting chosen when InterTest for CICS was installed... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
60d1af516b70-1 | Listing Profile screen.
2.Overtype the entry in the From Terminal ID field to specify where the program will run. Valid entries are as follows:
terminal ID
Runs from the specified terminal
*
Runs from current terminal displaying this profile screen
.ANY
Runs from any terminal or even without a terminal
.NO
Monitors onl... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
042312ad1f7b-0 | InterTest™ and SymDump ® 11.0
•When DFLTUSER=.ANY is in effect, the default is the terminal that is displaying the source listing.
•When DFLTUSER=SPECIFIC is in effect and you are signed on to CICS, the default is .ANY. This entry tells InterTest
for CICS to send the breakpoints to any terminal where the user is signed... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
042312ad1f7b-1 | user is monitored, and the breakpoints and other monitoring options are directed to wherever the specified user is logged
onto CICS.
User ID=
The default is either the current CICS user, or .ANY. To change the default, perform the following steps:
1.Type profile on the command line and press Enter, or press PF4 from t... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e941c35c5b67-0 | InterTest™ and SymDump ® 11.0
Set the Keep Window to Display Variables in Current Statement
AUTOKEEP lets you display items in the Keep window concerning the currently highlighted statement.
The initial setting for AUTOKEEP is chosen when InterTest for CICS is installed. If the IN25OPTS parameter SLBAKEEP
is set to yes... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
e941c35c5b67-1 | Screen. The Code Counting= field shows the current setting.
2.Overtype the current value with one of the following:
YES
Enables code counting and turns on the COUNTER display feature.
NO
Removes the COUNTER display and stops the counting feature.
3.Press Enter to process the new setting and to return to the Source List... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.