The next examples show a number of CORE commands that are described in following sections:
CORE=CWK
CORE='EMPLOYEE‑NUMBER'
CORE='TABLE'+10
CORE+100 or CORE+256T
CORE‑100 or CORE‑256T
CORE='TIOABAR.TIOATDL'
CORE='CUSTOMER‑NUMBER OF CUSTOMER‑FILE‑A'
CORE='ZIP‑CODE(NAME‑IDX, CITY‑IDX, ZIP‑IDX)'
The following table summarizes how you enter locations and displacements in CORE commands. For details,CORE Commands for PL/1 Symbolic Programs later in this chapter.
|
|
COBOL |
PL/I |
Assembler |
|---|---|---|---|
|
Symbolic Location |
'data name' 'paragraph name' #statement number CORE keyword |
'symbolname‘
# statement number CORE keyword |
'regname.label‘ data location 'label‘ – program location or register CORE keyword |
|
Symbolic Displacement |
'paragraph name' #statement number |
'label‘ # statement number |
'label‘ |
|
Any Language |
|
|---|---|
|
Numeric Location |
1- to 8-hexadecimal digits 1- to 8-decimal digits followed by the letter T |
|
Numeric Displacement |
1- to 6-hexadecimal digits 1- to 8-decimal digits followed by the letter T (number1*number2) or (number1/number2) |
|
CICS Areas |
CORE keyword or keyword. fieldname |
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|