id
stringlengths
14
14
text
stringlengths
3
7k
source
stringclasses
1 value
2b89659eda08-0
InterTest™ and SymDump ® 11.0 Subsequent task related commands refer to task 2145 until the task number is changed in a CORE command or until a new breakpoint occurs. •To display the user portion of the TCA for the task currently at a breakpoint, enter: CORE(*)=TCA Display Any CICS Control Area Structure in the Symboli...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
757561c50e5d-0
InterTest™ and SymDump ® 11.0 TERM=termid TCT entry for the terminal specified by termid TERM=* TCT entry of the terminal where CORE is currently executing Change the Contents of Main Storage Use the following commands to change the contents of main storage. However, use CORE menus to accomplish the same functions. The...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
757561c50e5d-1
Examples To place 123 in the first three bytes of storage on display, enter: CORE=CHGC'123' To perform the same function as in Example 1, enter: CORE=CHGX'F1F2F3' To place the characters 123 in the first three bytes of the data field ACCT NUM defined in the program currently stopped at a breakpoint, enter: CORE='ACCT N...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7320c0db6621-0
InterTest™ and SymDump ® 11.0 To move the two byte packed decimal value of 100 into the first two bytes of the data field QUANTITY, enter: CORE='QUANTITY'=CHGP'100' When entering an apostrophe as part of character data, the apostrophe must be repeated. To move the name O'HARA into the data area CUSNAME, specify: CORE='...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7320c0db6621-1
CORE=loc=VERdata The data in a VER command is specified using the following formats: C'chardata' character data X'hexdata' hexadecimal data Example Verify that the NAME field contains JIM before changing it to JAY. If JIM is not in the NAME field, the change command is rejected, enter: CORE='NAME'=VERC'JIM'=CHGC'JAY' M...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
ec28054a8bcf-0
InterTest™ and SymDump ® 11.0 •To move data from the FROM location to the area currently displayed, enter: CORE=MOVEIN,L=len,FROM=location •To move data from loc2 to loc1, enter: CORE=loc1=MOVEIN,L=len,FROM=loc2 The length parameter, L=len, specifies the number of bytes to be moved. The maximum value for len is decimal...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
ec28054a8bcf-1
location. •To begin a search at the first byte of the current CORE display, enter: CORE=SCANrange,data or CORE=SCABrange,data •To begin a search at the location specified as loc, enter: CORE=loc=SCANrange,data or CORE=loc=SCABrange,data The search terminates when the first occurrence of the specified data is found o...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
f9dd73b287be-0
InterTest™ and SymDump ® 11.0 The search for STEVE proceeds forward for a maximum of (decimal) 1000 bytes. If STEVE is not found a message displays. •To search for STEVE starting at TABLE1, and to replace STEVE with the character string CHRIS, enter: CORE='TABLE1'=SCAN1000T,C'STEVE'=CHGC'CHRIS' Note: This command only...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
f9dd73b287be-1
parameter is optional and, if omitted, defaults to the size of a CORE display. ID=code Specifies a dump code. If omitted, the default is CORE. Following the dump ID, include an optional message in the DUMP command. A blank must separate the message from the command. The entire DUMP command and any messages are included...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
677c4b4479fc-0
InterTest™ and SymDump ® 11.0 This is equivalent to sequentially executing the commands as follows: CORE=command1 CORE=command2 CORE=commandn Examples The following examples demonstrate how to join CORE commands: •To search the third storage area on the task's storage chain, enter: CORE=STCA@4@4@4=SCAN2000,C'RONALD'=MO...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
677c4b4479fc-1
CALC=512T •To display the hexadecimal value of 202 and the decimal value of 514 on the bottom line of the screen, enter: CALC=0+(10*16T)+(16T*16T)+2 Convert PL/I Statement Numbers into Displacements PL/I users who want to set breakpoints using hexadecimal offsets (displacements) need to use an offset calculated from th...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aad9ffcd928b-0
InterTest™ and SymDump ® 11.0 This command accepts the offset for a statement as listed in the Tables of Offsets, and returns the hexadecimal value of the offset of that statement as counted from the beginning of the main control section. Use the returned value to set a breakpoint or to request a CORE display of the pr...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aad9ffcd928b-1
•Any time, even when the rest of InterTest for CICS is inactive •A breakpoint to inspect and modify data values and generate more test data The changes you make to a file or database are always permanent, rather than dynamic, changes. FILE Capabilities Use FILE to perform the following functions. Each main function is ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b89a5c0aa2a3-0
InterTest™ and SymDump ® 11.0 –View a table –Update columns in a table –Delete rows from a table –Insert a row in a table –Issue other SQL commands, including CREATE, ALTER, DROP, COMMENT ON, LABEL ON, GRANT, and REVOKE •DL/I Databases –Retrieve segments –Add, update, and delete segments •Transient Data –Retrieve a tra...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b89a5c0aa2a3-1
NOTE Both sites must be at InterTest for CICS r4.2 or higher. FILE Work Area FILE keeps record or segment data in its own work area when performing an I/O operation. An input operation , such as a READ, places the requested data record or segment in FILE's work area and displays it on the screen. Consider the following...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
542e0f76a8cc-0
InterTest™ and SymDump ® 11.0 •A successful input operation overwrites data currently in the work area. •A successful output operation leaves all data in the work area intact. Reuse the contents of the work area for any number of consecutive output operations without having to reacquire the same data. •Changing data in...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
542e0f76a8cc-1
The File Selection List Use the File Selection list to select the specific file or queue you want to access. Type an s next to the File entry to select it for display. NOTE In a list spanning multiple pages, use the command LOCATE filename to position the display to the desired file. For a list of the supported comman...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
054b512ab04a-0
InterTest™ and SymDump ® 11.0 NOTE FILE uses different screens for accessing and displaying DB2 and SQL/DS databases. For more information, see DB2 and SQL/DS Databases. Specify a File or Database Follow this procedure to specify a file or a database: 1.Enter a file ID in the FILEID field, or the DL/I database identifi...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
054b512ab04a-1
DATATYPE= FC FILEID= INVNTRY MODE=BROWSE LOG=OFF TODEST= PASSWORD= FUNC= NEXT SUBFUNC= RETMETH= ARGTYP= SRCHTYP= MESSAGE= RECORD OBTAINED FOR VIEWING RETNRCID=F0F0F0F0F0F0F0F0F0F5 GELEN= RCID= ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
bd10ff77ada3-0
InterTest™ and SymDump ® 11.0 0060 STRNO=01 0070 0080 READ 0090 BROWS...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
bd10ff77ada3-1
Character Format The following screen shows a record displayed in character format. DATATYPE= FC FILEID= INVNTRY MODE=BROWSELOG=OFF TODEST= PASSWORD= FUNC= NEXT SUBFUNC= RETMETH= ARGTYP= SRCHTYP= MESSAGE= RECORD OBTAINED FOR VIEWING ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d0efa960971d-0
InterTest™ and SymDump ® 11.0 00401 BROWSE 00451 00501 00551 ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d0efa960971d-1
FUNC= NEXT SUBFUNC= RETMETH= ARGTYP= SRCHTYP= MESSAGE= RECORD OBTAINED FOR VIEWING RETNRCID=0000000005 CHGELEN= RCID= ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
65e1c627e172-0
InterTest™ and SymDump ® 11.0 1 Help 2 Format D 3 End 4 ENDB 5 PREV 6 DataType DL 7 Page bwd 8 Page fwd 9 Caps Off 10 Top 11 Bottom 12 In vertical format, the data displays in groups of three lines similar to a DITTO output, with a blank line separating each group. Each li...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
65e1c627e172-1
20. This byte contains a '9' (X'F9'). Structured Format FILE displays file, transient data, and temporary storage records or DL/I segments field-by-field in structured format. COBOL and PL/I structures use 01 level data names; Assembler structures use DSECT names. To display a record or segment in structured format, yo...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a8787bb7f247-0
InterTest™ and SymDump ® 11.0 DATATYPE= FC FILEID= INVNTRY MODE= LOG=OFF TODEST= PASSWORD= FUNC= SUBFUNC= RETMETH= ARGTYP= SRCHTYP= MESSAGE= RECORD OBTAINED FOR VIEWING RETNRCID=F1D7D9D6E3E2E8D440000000000000000000000000000000 CHGELEN= RCID= C'1' DATA= ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a8787bb7f247-1
FUNC= SUBFUNC= RETMETH= ARGTYP= SRCHTYP= MESSAGE= RETNRCID=D3C2D4D5C840404040404040404040404040404040404040 CHGELEN= RCID= C'1' DATA= SIZE= 0050 FORMAT= S USE= PRODUCT.PRODREC LOC 0000 Displacement H...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4109ebc4ab43-0
InterTest™ and SymDump ® 11.0 Structured format is very similar to dump format: Record/segment display -- For Assembler, 16 bytes per line; for COBOL or PL/I, 12 bytes per line in hexadecimal and character Numeric information (such as, SIZE, LOC) -- Hexadecimal Field entry -- Hexadecimal or universal mode Position o...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4109ebc4ab43-1
If a default global program was compiled or assembled, obtain a structured record format by entering the following command: USE=structure-name The symbolic-name defaults to the default dummy program name. Find a Data Name To search the structure for a specific data name, enter the following command in the DATA= field: ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
6ef0e140e11c-0
InterTest™ and SymDump ® 11.0 The search is applied to the beginning of a data name. Example FIND=A9 finds the field named A9-AREA, but not the field named AREA-A9. The search begins with the data name after the starting point and continues until either a match is found or the search has wrapped around to the original ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
6ef0e140e11c-1
FILE terminates. NOTE InterTest for CICS password protection decisions were made by the person who installed InterTest for CICS. Log FILE Session FILE's logging facility lets you record the input commands and output screens generated during a FILE session in character format. The log is written to the transient data de...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
40d57ed62b05-0
InterTest™ and SymDump ® 11.0 To activate logging, enter: FUNC= LOG To terminate logging, enter: FUNC= NLOG When logging is in effect, the LOG field contains LOG= ON and the FUNC=COPY function is disabled. When it is not in effect, the LOG field contains LOG= OFF. NOTE If the AUDIT installation option was set at instal...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
40d57ed62b05-1
Note: Translation to uppercase will not occur if an existing lowercase character would be affected; a message is issued instead. PF10 Top scrolls the current display to the top of the work area. PF11 Bottom scrolls the current display to the last page of the work area. Scroll Through a Record Use these PF keys to page ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
782321cef8b5-0
InterTest™ and SymDump ® 11.0 •PF8 pages forward •PF7 pages backward •PF10 displays beginning of record •PF11 displays end of record Use the LOC Field to Position the Display The LOC field controls the position of the first displayed byte in the WORK AREA. The following table explains the values that you enter in the L...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
782321cef8b5-1
number of bytes can be overwritten with any uppercase or lowercase character. NOTE If you overtype the same data in hexadecimal and character display fields, the hexadecimal change takes precedence. You can also replace record data with fill characters, data from CORE, or data from the saved WORK AREA. The CHGE Functio...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
5c0776b395af-0
InterTest™ and SymDump ® 11.0 –Type the desired location in the LOC field, and press Enter. –Type a question mark (?) in the LOC field, position the cursor at the appropriate location in the record, and press Enter. Delay pressing Enter until you complete Step 2. 2.Fill in the FUNC= and DATA= fields as shown next: FUNC...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
5c0776b395af-1
Copy Data from a Main Storage Location To copy data from a main storage location into the WORK AREA, specify the following and press Enter: FUNC=CHGE SUBFUNC=CORE DATA= CORE command that determines the source address CHGELEN= length of area to be changed LOC= starting position Examples 1185
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8b0dc39094d5-0
InterTest™ and SymDump ® 11.0 The following examples demonstrate how to copy data from main storage. 1.To copy 16 bytes from TWA+8 (at an InterTest for CICS breakpoint) into locations 48to 63 of the record, specify the following, and press Enter: FUNC=CHGE SUBFUNC=CORE CHGELEN=0016 (or 0010 for FORMAT=D) DATA=...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8b0dc39094d5-1
To display the saved area, enter: FUNC= DISS To display the active WORK AREA, enter: FUNC= DISW Dump the Work Area Write the work area to the CICS transaction dump file. To dump the WORK AREA, enter: FUNC= DUMP TODEST= a four character dump code You can also enter an explanatory note in the MESSAGE field. The note disp...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
610803217112-0
InterTest™ and SymDump ® 11.0 FUNC= COPY TODEST= a transient data queue ID You can also enter an explanatory note in the MESSAGE field. The note is written with the work area. NOTE This function is invalid when logging is in effect. Common FILE Functions Enter the following FILE commands in the FUNC= field for all data...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
610803217112-1
The other information you enter depends on the function you want to perform. Identify the Record When you access a VSAM file for the first time, the record identification field is set as follows: 1187
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2bdedf42dc51-0
InterTest™ and SymDump ® 11.0 KSDS and ESDS nulls (X`00') RRDSone (X`01') NOTE Data entered in the RCID field overrides these values. Occasionally, the last record identification for a file is needed as the first record identification for another file. To prevent the RCID from being reset to nulls or to one, enter...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2bdedf42dc51-1
FILEID Specifies the name of the VSAM file. MODE Identifies the FILE operation such as browse, update, add, add in mass insertion. This field is blank if you are just viewing a record. LOG Specifies whether the FILE logging facility is on or off. TODEST Identifies a transient data destination (when a work area is copie...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3328a8363925-0
InterTest™ and SymDump ® 11.0 MESSAGE Contains FILE messages. Also specify messages here when FUNC=COPY or FUNC=DUMP. RETNRCID Contains the record key of the retrieved record. CHGELEN Specifies the number of bytes changed in the work area when FUNC=CHGE. RCID Identifies the record to be processed. DATA Contains data ne...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3328a8363925-1
FUNC= GET RCID= key –For a KSDS file, the key is a full or generic key, depending on the optional SRCHTYP field. Specify the key in hexadecimal or character format or a combination of both. –For an ESDS file, the key is a four-byte hexadecimal number representing the relative byte address (RBA). 1189
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
e917c718dd95-0
InterTest™ and SymDump ® 11.0 –For an RRDS file, the key is a four-byte hexadecimal number representing the relative record number. 2.Enter the following optional information for a KSDS file: SRCHTYP= FKEQ/FKGE/GKEQ/GKGE –If you specify SRCHTYP=FKEQ, enter the full key in the RCID field. FILE retrieves the specified re...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
e917c718dd95-1
SRCHTYP= FKGE/FKEQ/GKGE/GKEQ –If you specify SRCHTYP=FKGE, enter the full key in the RCID field. The browse starts at the record with that key or the next higher key. This is the default. –If you specify SRCHTYP=FKEQ, enter the full key in the RCID field. The browse starts at this record. –If you specify SRCHTYP=GKGE, ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
e917c718dd95-2
2.Press Enter to display the record with a key of REC001. 3.Press Enter to display the next record. 4.Press PF4 to end the browse. 1190
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c32aeebb7746-0
InterTest™ and SymDump ® 11.0 Search for a Data String To search for a data string, specify the BROWSE operation on the FILE definition. 1.Specify the following required information: FUNC= SRCH RCID= id of record where search should begin DATA= data string to be located LOC a number or the keyword ANY If a number is en...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c32aeebb7746-1
which the data was found. If the data is not found, the message DATA NOT FOUND opens. Example To scan up to ten records in the file ACCTS looking for the data string TEST in record positions 20-23, and to begin the search with the record whose ID is NEWREC001, specify the following: FILEID= ACCTS FUNC= SRCH RCID= C`NEW...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
59c4f3cfb4c8-0
InterTest™ and SymDump ® 11.0 Specify the SIZE field only when changing the size of a variable length record. 5.FILE rewrites the updated record. Add a VSAM Record To add a record, specify the ADD operation on the FILE definition. 1.Specify the following required information: FUNC= ADDN (to obtain a new work area) or...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
59c4f3cfb4c8-1
2.Make your changes and write the new record. Repeat the procedure of making changes and writing the new record until you have added all the records. 3.Enter FUNC= REL to terminate the mass insertion operation. Example 1.Specify the following, and then press Enter: FILEID= ACCTS FUNC= ADDN SUBFUNC= MASS 2.Specify th...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1b7b55f3ffb1-0
InterTest™ and SymDump ® 11.0 FUNC= PUT RCID= C'NEWREC004' 4.Specify the following, and then press Enter: FUNC= PUT RCID= C'NEWREC005' 5.Specify the following, and then press Enter: FUNC= PUT RCID= C`NEWREC008' 6.Specify the following, and then press Enter: FUNC= REL Copy a VSAM Record from One File to Another To ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1b7b55f3ffb1-1
FILEID= ACCTS FUNC= GET RCID= C'REC050 2.Specify the following, and then press Enter: FILEID= TEST FUNC= ADDU 3.Specify the following, and then press Enter: FUNC= PUT RCID= C'REC001' Delete VSAM Records To delete a record, follow these steps: 1.Specify the DELETE operation on the FILE definition. 1193
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c8ce78e0a62b-0
InterTest™ and SymDump ® 11.0 2.Specify the following required information: FUNC= DEL To delete a single record, follow these steps: 1.Specify the following: RCID= full record key 2.Press Enter. To delete all records having a generic (partial) key (KSDS files only), follow these steps: 1.Specify the following: RCID= ge...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c8ce78e0a62b-1
SRCHTYP= GKGE RCID= generic key ARGTYP= KEY 2.Press Enter . To delete the record, follow these steps. 1.Specify the following: FUNC= PUT SUBFUNC= DEL 1194
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b9817f0b9ee9-0
InterTest™ and SymDump ® 11.0 2.Press Enter . FILE deletes the record and displays the message RECORD DELETED. Work with DL/I Databases FILE lets you access any DL/I database to which it has been given access. To start working with a DL/I database follow these steps. 1.Initiate the FILE transaction and get the DL/I ent...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b9817f0b9ee9-1
* * * * ------------------------------------------------------------------------------- 1 Help 2 Format C 3 End 4 BEGB 5 6 DataType FC 7 Page bwd 8 Page fwd 9 Caps Off 10 Top 11 Bottom ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
5fb537bc7f78-0
InterTest™ and SymDump ® 11.0 The following table describes each field's function. Field Function DATATYPE Specifies the type of data organization. For DL/I databases, it is DL. FUNC Specifies the FILE function. When this field contains a function code, it is executed if you press Enter. In addition to common FILE func...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
5fb537bc7f78-1
NAME -- Name of retrieved segment LEVL -- Level number of segment POPT -- DL/I processing options KFBL -- Length of key feedback area KEY FEEDBACK -- Displays key feedback area Some fields are applicable only to certain functions. The discussion of each FILE function indicates which fields must be specified. 1196
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7bbb94e7f460-0
InterTest™ and SymDump ® 11.0 Specifying the SIZE Field Use the SIZE field to specify a storage area large enough to contain the segment to be retrieved or added. If this field is blank or contains zeros, FILE uses the default value specified in the DL1SIZE option when InterTest for CICS was installed. To check the def...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7bbb94e7f460-1
command codes. This is handled by DL/I. keyname Indicates the key name, from one to eight characters long. If it is less than eight characters long, it must be followed by one blank. ro Indicates a relational operator. It can be any of the standard relational operators used in DL/I. It must be two bytes long and must i...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
fcfd3aee447d-0
InterTest™ and SymDump ® 11.0 keyarg Indicates the argument for the key name. Enter the keyarg as either character or hexadecimal data, or as a combination of both, in one of the following ways: •C'data' for character data •X'data' for hexadecimal data •data for treated as character data NOTE If your keyarg data conta...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
fcfd3aee447d-1
2.Enter the following optional information: SSA= the SSAs needed to retrieve the requested segment 3.Press Enter . The returned PCB information is displayed in the lower-right portion of the FILE screen. If the call is successful, the segment also displays. Examples 1.To retrieve the first root segment, which is 975 b...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
843212dc4407-0
InterTest™ and SymDump ® 11.0 3.To retrieve an EMPLOYEE segment, which is 100 bytes long, specify the following, and then press Enter. (Its key is ADAMS, and its parent is a SKILL segment with a key of ARTIST.) FUNC= GU SIZE= 100 (or 64 for FORMAT= D) SSA= SKILL (SKILCODE= ARTIST) SSA=EMPLOYEE(NAME = ADAMS) Up...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
843212dc4407-1
1.Specify the following required information: FUNC= ADDN SIZE= size of the DL/I segment 2.Enter the following optional information: DATA= data string to initialize the new segment 3.Press Enter to display the work area for the new segment. FILE displays the message WORK AREA OBTAINED. 4.Change the displayed segment. F...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
870a2c312554-0
InterTest™ and SymDump ® 11.0 The returned PCB information is displayed in the lower-right portion of the screen. The segment is added if the call is successful. Example To add a new 100 byte SKILL segment whose key is ENGINEER, follow these steps: 1.Specify the following, and then press Enter: FUNC= ADDN SIZE= 100 2....
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
870a2c312554-1
SIZE= 100 (or 64 for FORMAT= D) SSA= SKILL (SKILCODE= ARTIST) 2. Specify the following, and then press Enter : FUNC= ADDU PSB= NEWBASE DBD= DBD0010 1200
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
472be4c4acf9-0
InterTest™ and SymDump ® 11.0 SIZE= 100 (or 64 for FORMAT= D) 3. Specify the following, and then press Enter : FUNC= ISRT SSA= SKILL (SKILCODE= ARTIST) Delete DL/I Segments Follow this procedure to delete a DL/I segment: NOTE To avoid damage to the integrity of the database, take the same precautions that...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
472be4c4acf9-1
•On the file display, change the data type to DB. •From a clear CICS screen, enter ITST . •On the Auxiliary Storage Menu, select Option 4. •On the resulting menu, select Option 2, DB Database. The File DB2 Facility screen displays. 1201
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4096720b7606-0
InterTest™ and SymDump ® 11.0 SQL Commands Enter Structured Query Language (SQL) commands to perform DB2 or SQL/DS functions. FILE accepts the following SQL commands, subject to user authorization: SELECT, UPDATE, DELETE, INSERT, CREATE, ALTER, DROP, LABEL ON, GRANT, REVOKE, and COMMENT ON. NOTE For more information, s...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4096720b7606-1
000220 | JENNIFER | K | LUTZ | D11 | 0672 | 1968 000070 | EVA | D | PULASKI | D21 | 7831 | 1980 000230 | JAMES | J | JEFFERSON | D21 | 4265 | 1966 000240 | SALVATORE | M | MARINO | D21 | 3780 | 1979 ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4096720b7606-2
1 Help 2 CMND list 3 END 4 Large CMND 5 Log On 6 DataType FC 7 Page bwd 8 Page fwd 9 Page 1 10 Scrl. --> 11 Scrl. <-- 12 Structure In the previous screen, the column headings (EMPNO, FIRSTNME, MIDINIT, and so on) represent all fields in the table. A heading preceded by an asterisk indicates ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
eaf438b6a9c3-0
InterTest™ and SymDump ® 11.0 # Rows -- specifies the total number of rows in the display. FILE displays this field only if you page down to the end of the table. Cols -- specifies the number of columns defined in the table. Max Loc -- specifies the horizontal width of the screen display. Loc -- specifies the positi...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
eaf438b6a9c3-1
CA InterTest for CICS - File DB2 Facility î EXEC SQL # Rows 00032 # Cols 012 Max Loc 00141 Loc 00075 Page 002 SELECT * FROM DSN8210.EMP 7----------...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
eaf438b6a9c3-2
| 19700815 | 55 | 16 | F | 19410515 | 29750.00 | | 19670324 | 54 | 17 | F | 19360328 | 26250.00 | | 19800530 | 42 | 12 | M | 19460709 | 15340.00 | 1203
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
104fd55add1c-0
InterTest™ and SymDump ® 11.0 | 19720619 | 48 | 14 | M | 19361027 | 17750.00 | | 19640912 | 43 | 12 | F | 19310421 | 15900.00 | _______________________________________________________________________________ 1 Help 2 CMND list 3 END 4 Large CMND 5 Log...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
104fd55add1c-1
5 | WORKDEPT | Char | 3 | 453 | Yes | 6 | PHONENO | Char | 4 | 453 | Yes | 7 | HIREDATE | Date Type | 10 | 385 | Yes | 8 | JOB | Char | 8 | 453 | Yes | 9 | EDLEVEL ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
104fd55add1c-2
Select the starting column before redisplaying the Data Table in one of the following ways: •Change the value in the LOC field to indicate a starting display position. To do this, enter nn, clear any remaining LOC field numbers, and press PF12 . 1204
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
f58ed550a9c2-0
InterTest™ and SymDump ® 11.0 Example If you enter 22 in the LOC field, the display starts at position 22. •Change the value in the LOC field to indicate a starting column number. To do this, enter #nn, clear any remaining LOC field numbers, and press PF12 . Example If you enter #9 in the LOC field, the display starts...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
f58ed550a9c2-1
are shown on one screen, the legends next to PF7 through PF11 display. If the table display is shown on one screen, the legends for these PF keys do not display. If you are on the first screen and page backward (PF7), the legend changes from Page bwd to First Page and is highlighted. Similarly, if you try to page for...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
cd2d7e5a3676-0
InterTest™ and SymDump ® 11.0 You also might be able to perform other functions depending on your security authorization. Select Columns of Data Use the SELECT command to display one column, many columns, or all columns in a table. The SELECT command also lets you set conditions to determine whether or not a column is ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
cd2d7e5a3676-1
informs you that the command was successfully executed. Insert a Row The INSERT command lets you insert an entire row of data. First specify the column names, and then specify the values to insert into each column. Set conditions to determine when the insertion should be performed. •Insert only one row of data at a tim...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aba468f40982-0
InterTest™ and SymDump ® 11.0 INSERT INTO DSN8130.TEMPL (EMPNO,FIRSTNME,MIDINIT,LASTNAME,WORKDEPT,SALARY) VALUES(`010200',`JAMES',`S',`NEWMAN',`D11',27500) FILE inserts a row into table DSN8130.TEMPL. This row contains six columns of information for employee James S. Newman. Before performing the insertion, FILE displ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aba468f40982-1
the IBM-supplied DSNC DISP STAT command, but provides more complete and easily accessed information. The following table summarizes the differences between the InterTest for CICS DSNCRCT Display and the CICS DSNC Display. InterTest for CICS DSNCRCT Display CICS DSNC Display Gives all RCT transactions Gives only the fir...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
46b11dc0bebb-0
InterTest™ and SymDump ® 11.0 CA InterTest for CICS - File DB2 Facility EXEC SQL # Cols 015 Max Loc 00190 Loc 00001 Page 001 SELECT * FROM DSNCRCT3 ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
46b11dc0bebb-1
D8CS | DSN8CC21 | | 0 | 0 | 0 | 0 | 0| D8PP | DSN8CQ21 | | 0 | 0 | 0 | 0 | 0| D8PS | DSN8CP21 | | 0 | 0 | 0 | 0 | 0| D8PT | DSN8CH21 | | 0 | 0 | 0 | 0 | 0| ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
46b11dc0bebb-2
transactions listed in alphabetical order. The system transactions are defined next. •DSNC is the command processor transaction; it does not have an associated plan. •POOL defines threads that are shared by some or all of the CICS transactions. These threads are allocated to transactions only for a CICS unit of work. C...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c3fab1eaa673-0
InterTest™ and SymDump ® 11.0 Max Act Thread -- Indicates the maximum number of threads the attachment facility should allow to be connected for this transaction, group, or pool before requests must either wait or be diverted to the pool. High Thread -- Indicates the maximum number of threads required by transactions...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
c3fab1eaa673-1
The other information you enter depends on the function you want to perform. NOTE Undefined record type files are not supported. FILE Screen Layout for BDAM Files The following screen shows a blank header area on a FILE screen for BDAM files. For examples of the complete screen, see Dump Format, Character Format, Verti...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
62fbdfa426fc-0
InterTest™ and SymDump ® 11.0 LOC 0000 ........ ........ ........ ........ ................ Field Function DATATYPE Identifies the type of data organization. This must be FC. FILEID Specifies the name of the BDAM file. MODE Identifies the FILE operation, such as browse, update, add, add in mass insertion. This field...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
62fbdfa426fc-1
USE Specifies the program and structure for structured format. LOC Specifies a location within a record. Some fields are used only for certain tasks. The discussion of each FILE function indicates which fields must be specified. When a record displays, its FILE information is on the lower-right portion of the screen. T...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4b7af74263ba-0
InterTest™ and SymDump ® 11.0 FILE Functions for BDAM Records The following FILE functions are discussed in this section: •Viewing a BDAM record •Browsing a BDAM file •Searching for a data string •Updating a BDAM record •Adding a new BDAM record View a BDAM Record To view a record, specify the READ operation on the FIL...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4b7af74263ba-1
RCID= record identification where browse begins RETMETH=KEY (Use if RCID contains a deblocking key) RETMETH=RELREC (Use if RCID contains a deblocking relative record number) 2.Press Enter . The first record displays and the following information is on the FILE screen: –The MESSAGE= field shows the message BRO...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8394081aaa4c-0
InterTest™ and SymDump ® 11.0 3.To view the records in ascending sequence, complete the FUNC= field as shown following, and then press Enter : FUNC=NEXT The FILE display screen shows the next sequential record. NOTE You cannot browse a BDAM file in descending sequence. To interrupt a browse operation to do something e...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8394081aaa4c-1
–The MESSAGE= field shows the message DATA HAS BEEN LOCATED. –The RETNRCID= field contains the returned record's identification. –The LOC= field contains the location of the found data. –If no match is found, the MESSAGE= field shows the message DATA NOT FOUND. Update a BDAM Record To update a record, specify the UPDAT...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b00df88a9343-0
InterTest™ and SymDump ® 11.0 and, if appropriate, the following optional field: RETMETH=KEY (if RCID contains a deblocking key) RETMETH=RELREC (if RCID contains a deblocking relative record number) NOTE You can update any record that was obtained by a GET, BEGB, NEXT, or PREV function. If you ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b00df88a9343-1
–The MODE= field becomes blank. –The data in the work area continues to display. Add a New BDAM Record To add a record, specify the ADD operation on the FILE definition. NOTE Before reading this section, consult the BDAM Data Sets section of the File Control Section in the IBM CICS/VS Application Programmer's Referenc...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
eb9a2feea77f-0
InterTest™ and SymDump ® 11.0 –The MESSAGE= field shows the message WORK AREA OBTAINED. –The MODE= field indicates ADD. –The SIZE= field gives the size of the work area (the size is the maximum permitted for this particular file). –The obtained work area displays, beginning with the byte indicated in the LOC= field. 3....
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
eb9a2feea77f-1
screen, see Dump Format, Character Format, Vertical Format and Structured Format. DATATYPE= TS LOG=OFF TODEST= FUNC= SUBFUNC= STORFAC= MESSAGE= RCID= ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf