CA InterTest for CICS can display file, transient data, and temporary storage records or DL/I segments field‑by‑field in structured format using 01 level data names.
To display a record or segment in structured format, you must identify the program containing the structure. Symbolic information for this program must be saved in the CA InterTest for CICS Symbolic File.
Perform the following steps to display a record or segment in structured format:
USE=symbolic‑name.structure‑name
symbolic‑name is the name of the program as defined in the CA InterTest for CICS Symbolic File
structure‑name is the PL/I 01 level name
CA InterTest for CICS displays the record or segment in structured format. A sample VSAM record in structured format appears next.
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= SIZE= 02D8 FORMAT= S USE= PRODUCT.PRODREC LOC 0050 Name Hexadecimal Character ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ 01 PRODREC | | 02 PRODUCT‑TYPE | D3 | L 02 PRODUCT‑CODE | C2D4D5C8 40404040 | BMNH 02 PRODUCT‑DESCRIPTION | E6D9C5D5 C3C8 | WRENCH 02 PRODUCT‑SITE | D1 | J | | | | ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ 1 Help 2 Format D 3 End 4 BEGB 5 6 DataType DL 7 Page bwd 8 Page fwd 9 Caps Off 10 Top 11 Bottom 12
USE=*.payrec
CA InterTest for CICS uses the program named PAYROLL and the PAYREC structure.
FIND=data‑name
Where data‑name is the data name to be displayed.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|