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, you must identify the program containing the structure. Symbolic information for this program must be saved in the CA InterTest for CICS Symbolic File. Follow these steps to display a record or segment in structured format:
USE=symbolic‑name.structure‑name
symbolic‑name
Indicates the name of the program as defined in the Symbolic File.
structure‑name
Indicates the COBOL or PL/I 01 level name or the Assembler DSECT.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|