Writer instructions | ||
Purpose | Use this page to display a banner announcement on each page of the space. Create the Space announcements page in the master space, outside of the Home branch. You can version the Space announcements page to enable different banners to be published into different target spaces, however, the banner that is displayed in the versioned (master) space itself only displays the most recently-published banner. If you find errors in the banner area of your versioned space and you are sure the Space announcements page is set up correctly, try publishing the page to the same space. For more information, see Space-announcements-banners. | |
Removing | When an announcement is no longer needed, remove the BMC Space Banner macro. | |
Translation | Localized spaces using the L10n Viewport theme must change the name of this page to Space announcements l10n. See Configuring-the-Scroll-ViewPort-theme-for-translated-spaces. | |
Usage | Choose one or none of the following BMC Space Banner macros. If your space requires another kind of announcement, you can use this page in coordination with your team lead and editors. |
Performing resource definition
File-AID for IMS/CICS runs like any other CICS application and, therefore, must be initially defined to the CICS system. Because resource definition can be performed only at specific times at your installation, it will speed the installation process if you do the following before starting the detailed installation tasks.
- If using Resource Definition Online (RDO), perform the following steps:
- Code CEDA transactions to define the File-AID for IMS/CICS GROUP and PROFILE to CICS.
- Code a CEDA transaction for each transaction/PSB to be used in your installation configuration. These transactions create entries in the Program Control Table (PCT).
- Code CEDA transactions for the ten programs and four mapsets that comprise File-AID for IMS. These transactions create entries in the Processing Program Table (PPT).
- Perform the following steps to complete the resource definition:
Code a DFSMDA macro for each of the control databases and the sample databases, if desired. Use the procedures in place at your installation to make them available to IMS (see DFSMDA Macros: ). These macros are input to the IMSDALOC procedure during CICS system definition.DFSMDA Macros:
DFSMDA TYPE=DATABASE,DBDNAME=IXCCLT
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.IXCCLT,DDNAME=IXCCLTDD
DFSMDA TYPE=DATABASE,DBDNAME=IXCLTM
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.IXCLTM,DDNAME=IXCLTMDD
DFSMDA TYPE=DATABASE,DBDNAME=IXCAUD
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.IXCAUD,DDNAME=IXCAUDDD
DFSMDA TYPE=DATABASE,DBDNAME=PCUST
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.FICSAMP.CUSTOMER,DDNAME=PCUSTDD
DFSMDA TYPE=DATABASE,DBDNAME=PORDR
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.FICSAMP.ORDER,DDNAME=PORDRDD
DFSMDA TYPE=DATABASE,DBDNAME=PPART
DFSMDA TYPE=DATASET,DSNAME=XXXXXXX.FICSAMP.PART,DDNAME=PPARTDDIf you want the control databases and sample databases to be under the control of DBRC, code an INIT.DB and INIT.DBDS command for each. These commands are input to the Recovery Control Utility of DBRC.INIT.DB DBD(IXCCLT) SHARELVL(0) TYPEIMS
INIT.DB DBD(IXCCLT) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(IXCCLT) DDN(IXCCLTDD) DSN(XXXXXXX.IXCCLT) GENMAX(2)
INIT.DB DBD(IXCLTM) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(IXCLTM) DDN(IXCLTMDD) DSN(XXXXXXX.IXCLTM) GENMAX(2)
INIT.DB DBD(IXCAUD) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(IXCAUD) DDN(IXCAUDDD) DSN(XXXXXXX.IXCAUD) GENMAX(2)
INIT.DB DBD(PCUST) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(PCUST) DDN(PCUSTDD) DSN(XXXXXXX.FICSAMP.CUSTOMER) GENMAX(2)
INIT.DB DBD(PORDR) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(PORDR) DDN(PORDRDD) DSN(XXXXXXX.FICSAMP.ORDER) GENMAX(2)
INIT.DB DBD(PPART) SHARELVL(0) TYPEIMS
INIT.DBDS DBD(PPART) DDN(PPARTDD) DSN(XXXXXXX.FICSAMP.PART) GENMAX(2)Code a DATABASE macro to define the required CLT and LTM control database DBDs, and, optionally, the three sample database DBDs and the AUD DBD. These macros are input to the IMS Stage 1 system definition job.
DATABASE DBD=IXCCLT,ACCESS=EX
DATABASE DBD=IXCLTM,ACCESS=EX
DATABASE DBD=IXCAUD,ACCESS=EX
DATABASE DBD=PCUST,ACCESS=EX
DATABASE DBD=PORDR,ACCESS=EX
DATABASE DBD=PPART,ACCESS=EXIf you want the Data Management Block (DMB) created by the database statement to be made resident in storage during system initialization, include the resident option on the database statement.
- Code an APPLCTN macro for each PSB to be used in your installation configuration. These macros are input to the IMS Stage 1 system definition job.
APPLCTN PSB=IXCIXC
Online
CEDA DEFINE PROFILE(IXCPROF) GROUP(IXCCICS)
PCT
CEDA DEFINE TRANS(IXC) GROUP(IXCCICS) PROG(IXCMAIN) TWA(4)1
PROF(IXCPROF) TASKDATALOC(ANY)
PPT
CEDA DEFINE PROGRAM(IXCMAIN) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)Step 1
CEDA DEFINE PROGRAM(IXCEDTF) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCEDTI) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCEDTL) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCEDTS) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCEDTU) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCKEY) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
(OPTIONAL) CEDA DEFINE PROGRAM(IXCSCXT) GROUP(IXCCICS) LANGUAGE(PLI) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE PROGRAM(IXCEND) GROUP(IXCCICS) LANGUAGE(COBOL) EXECKEY(CICS) DATALOC(ANY)
CEDA DEFINE MAPSET(IXCMP1) GROUP(IXCCICS)
CEDA DEFINE MAPSET(IXCMP2) GROUP(IXCCICS)
CEDA DEFINE MAPSET(IXCMP3) GROUP(IXCCICS)
CEDA DEFINE MAPSET(IXCMP4) GROUP(IXCCICS)
Related topics