Michael, STRUCTURE is a option of the EQUATE command, well indirectly. It is actually part of the "data-description" options that are common to most IPCS commands.
EQ mytcb 00123400 STRUCTURE(tcb) Then if you: CBFORMAT mytcb you will get a TCB structure formatted starting with location mytcb, in other words, 00123400. Alternatively you would say: CBFORMAT mytcb STRUCTURE(TCB) or CBFORMAT 00123400 STRUCTURE(TCB) is this what you are trying to do? If you are trying to build your own structure then you need to refer to the BLSQMDEF, BLSQMFLD and BLSQSHDR macros in the IPCS Customization manual. Chuck Charles Hardee CA technologies Sr Sustaining Engineer Tel: +1-952-838-1039 [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Micheal Butz Sent: Thursday, November 18, 2010 6:36 AM To: [email protected] Subject: Defining structures for IPCS The EQUATE seems to define variables but not structures Would anyone know how to define a structure for a IPCS dump Than Sent from my iPhone ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

