78.5.3
COPY: Copying Memory Definitions
The memory addresses can be copied from their respective storage locations into the AMO work area during AMO execution, into the save area of the resident Displayer task, or into the hard disk save area.
Note
When copying logical memory definitions from a layout data module for memories with more than one data blocks, the additional memory blocks are marked with a "#" followed by a 2-digit block number appended to the memory name.
The functions "copy" and "lst,def" are intended only for those memory blocks that actually have a physical memory area. Flexama memories without a valid memory address may exist in the layout data modules, but they are not displayed to the user.
Command Syntax
•
Copying the Layout Data Module into the AMO Work Area
COPY,DBL,[name];
If the name is missing all memory definitions are going to be copied.
•
General Procedure for Copying between Storage Areas
COPY,DEF,[name],[source area-target area];
The default setting is for copying from the resident task backup area to the AMO work area (RES-AMO).
Examples
The user wants to copy all memory definitions, which contain the string "CP_DEV" as part of their table name, from the Layout Data Module in Base Processor A to the AMO Work Area.
Input:
*copy,dbl,*cp_dev*;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*lst,def,,amo;
Output:
DEFINITIONS IN AMO DISPS
NAME SEL OFF ELEM_L MIN_I MAX_I PID
DB_D_CP_DEV_STATE 34A0H DEDAH 1H 0H 7FFH BPA
DB_D_CP_DEV_STATUS 34A0H CEDAH 2H 0H 7FFH BPA
DB_D_CP_DEV_TBL_EXT_ATN 01 0000H 0000H 56H 0H 0H BPA
DB_D_CP_DEV_TBL_EXT_ATND 3490H BF28H 56H 0H C0H BPA
DB_S_CP_DEV_STATUS 34C0H 5170H 2H 0H 7FFH BPA
DB_S_CP_DEV_TBL_APSE_PSM 15A0H 0CC1H 41H 0H 2H BPA
DB_S_CP_DEV_TBL_TMA_VERB 34E8H D89CH 17H 0H 6EH BPA
DB_S_CP_DEV_TYPE 34C0H 4970H 1H 0H 7FFH BPA
DISPLAY-INPUT IN BPA PLEASE:
The user wants to copy every memory definition, which ends with the string "STATUS", from the AMO WOrk Area to the resident Task Area.
Input:
*copy,def,*status,amo-res;
Output:
DISPLAYER-INPUT IN BPA PLEASE:
Input:
*lst,def,,res;
Output:
DEFINITIONS DISPLAYER
NAME SEL OFF ELEM_L MIN_I MAX_I PID
CC-LAYOUT-ELEMENT-TABLE 1568H 0792H 2FH 0H C6H BPA
GP-LAYOUT-ELEMENT-TABLE 6960H 043CH 2FH 0H 30H BPA
DB_D_CP_DEV_STATUS 34A0H CEDAH 2H 0H 7FFH BPA
DB_S_CP_DEV_STATUS 34C0H 5170H 2H 0H 7FFH BPA
DISPLAY-INPUT IN BPA PLEASE:
OpenScape 4000 V10, Volume 1: AMO Descriptions, Service Documentation, Issue 5
, ID:
P31003H31A0S107057620
©
09/2025
Mitel Networks Corporation. - All rights reserved.
Mitel and the Mitel logo are trademarks of Mitel Networks Corporation. Unify and associated marks are trademarks of Unify Software and Solutions GmbH&Co. KG. All other trademarks herein are the property of their respective owners.