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. |
File-AID/Data Solutions product configuration
Overview
File-AID/Data Solutions is an interactive software product that allows you to use automated and repeatable processes to update information in your data files.
File-AID/Data Solutions’ date analysis feature simplifies the identification of date fields. Its formatted field exits enable you to create consistent and reliable test data for a variety of business functions. The data analysis field exit analyzes the data in a field and reports whether the data is valid or invalid.
Configuration Procedures
Sample PARMLIB member FADA00 in hlq.SXVJSAMP provides the core parameters required for File-AID/Data Solutions and should be used as a skeleton for parameters for your particular installation.
Edit the parameter values to configure File-AID/Data Solutions to your site’s desired settings.
The variables are divided into groups. The valid groups are:
Groups | Descriptions |
---|---|
Batch: | Default values used to submit batch jobs and create data sets. Batch Parameters provides a listing of these variables. For more information, see Getting started with File-AID/Batch about the batch features of File-AID. |
Environment 1: | Default values used to modify File-AID option. Environment 1 provides a listing of these variables. |
Environment 2: | Default values used to modify the File-AID online environment variables. Environment 2 provides a listing of these variables. |
Environment 3: | Variables used to activate a restricted fix that resolves a specific issue or concern. Environment 3 provides a listing of these variables. |
File-AID/Data Solutions Core Parameters (FADA00)
File-AID/Data Solutions Additional Parameters (FADAALL)
PRINT_UPPERCASE_OR_MIXED
Description: Character set. Max. length 1.
(0=Upper Case,1=Upper/Lower/Kana)
0 (F0) Upper case only.
1 (F1) Upper case and lower case.
To change or add special characters, see the Character Translation Table option at the end of this table.
Batch Override Displacement:1A
Default: 1 (F1)
Batch Parameters
The following parameters are batch processing parameters.
MAX_RECORDS_TO_PRINT
Description: Record print default. Max. length 4.
(0-9999) Default=250
The number of records that File-AID prints if no form of output control is placed on functions that cause printing on SYSLIST. The value can be any number from 0 through 9999. When all zeros (F0F0F0F0) are entered, all records in the file are printed.
Batch Override Displacement: 0F
Default: 0250 (F0F2F5F0)
BATCH_BUFFER_SPACE
Description: Batch buffer space. Max. length 2.
(5-99)
Controls the amount of memory assigned for buffer space. The number of buffers assigned is calculated by multiplying this option number by 10 kB, then dividing the total by the block size of the data set.
The minimum allowed entry is 05 (50 kB) and the maximum is 99 (990 kB). The default for this option is 6 which is multiplied by 10 kB = 60 kB. Accordingly, the default for File-AID/Batch buffers is 60kB divided by the block size of the data set.
This space is assigned to each open data set. This option can be overridden by coding the BUFNO parameter in the DCB entry on DD statements.
The REGION size required at File-AID/Batch execution time may need to be increased depending on the value of BATCH_BUFFER_SPACE and BUFNO coded in the JCL.
For VSAM data sets, this option times 10 kB becomes the buffer space option. It is then used to dynamically compute the number of buffers to assign for VSAM processing. In the case of the USER function where more than two data sets are open at the same time, memory may be a problem if a region parameter is not entered on the EXEC or JOB card.
The minimum number of buffers File-AID allows is five for MVS and three for non-MVS to allow support for chained scheduling.
Batch Override Displacement: 15
Default: 06 (F0F6)
TSO_BUFFER_SPACE
Description: TSO buffer space. Max. length 2.
(5-99)
Controls the amount of storage used for buffers by each open data set when File-AID/Data Solutions is executed in a TSO environment. The description for Batch Buffer Space also applies to this option.
Batch Override Displacement: 17
Default: 06 (F0F6)
NO_RECORDS_COPIED_RETURN_CODE
Description: No records copied return code. Max. length 2.
(00-99)
Specifies the return code that File-AID/Data Solutions is to issue when records are not selected for copying to any output data set in a copy operation. The value 08 reflects the current return code issued. Any number from 00 (issue no return code) through 99 is valid. File-AID/Data Solutions always reflects the highest return code issued during an execution.
Batch Override Displacement: 2C
Default: 08 (F0F8)
PAD_CHAR_WHEN_REC_LENGTH_CHANGES_IN_COPY
Description: Pad character. Max. length 2.
(hexadecimal value)
Sets a default for File-AID/Data Solutions to use to pad when the record length changes during COPY processing.
Batch Override Displacement: 2F
Default: 00
SUPPORT_SYSTEM_DETERMINED_BLOCK_SIZE
Description: Support system-determined blocksize. (Blocksize=0). Max. length 1.
(Y,N,I)
If your operating system supports this installation option, it allows you to have your system determine the blocksize of new output PS and PO data sets allocated for File-AID/Data Solutions if the RECFM is not undefined (=U). The following settings are valid:
Y (E8) Enables your system to determine the blocksize when the blocksize is not coded or BLKSIZE=0 is coded.
I (C9) Uses the IBM process for determining blocksize. File-AID/Data Solutions allows the system to determine the blocksize when BLKSIZE=0 is coded. File-AID uses the blocksize of the input data set when a blocksize is not coded.
N (D5) Disables this support. File-AID/Data Solutions uses the blocksize of the input data set when a blocksize is not coded or BLKSIZE=0 is coded..
Batch Override Displacement: 38
Default: N (D5)
REPLACE_LIKE_MEMBERS
Description: PDS replace like members. Max. length 1.
(Y=YES,N=NO)
Yes (E8), replaces like-named members in a PDS. Change to No (D5), do not replace like-named members.
This option can be overridden at execution time with the RLM parameter.
Batch Override Displacement: 3F
Default: Y (E8)
MAINTAIN_PDS_STATISTICS
Description: Maintain PDS statistics. Max. length 1.
(Y=YES,N=NO,A=ADD)
No (D5) Do not maintain PDS statistics.
Yes (E8) Maintain PDS statistics.
Add (C1) Maintain PDS statistics, and add when they previously did not exist.
This option can be overridden at execution time with the PDSSTAT parameter.
Batch Override Displacement: 41
Default: N (D5)
Modify Batch Options at Execution
The OPT parameter in the PARM field is used to override or change batch options with displacements of 0F through 43. These HEX displacements correspond to OPT parameter positions 1 through 53.
The OPT parameter also includes the following common parameters with their displacement values in the following table. Refer to File-AID-Common-Components-Additional-Parameters-FACMALL for their descriptions.
Common BATCH Product Option Variables Displacements
Variable Name | Displacement |
---|---|
1D | |
1E | |
3B |
File-AID/Data Solutions processes the option fields as one contiguous data field, so all options to the left of the option being changed must be specified as well. The data entered in the OPT parameter overlays the installation option area from left to right.
Environment 1
The following parameters are the Environment 1 parameters.
IO_EXIT_USAGE
Description: User-written I/O exit. Max. length 8.
(YES,NO,EXITNAME)
This option is used in conjunction with user-written I/O exits (see also I/O Exit). Valid entries include:
NO Do not display I/O exit fields on the File-AID/Data Solutions panels.
YES Display fields on the panels enabling the user to enter the name of an I/O exit program module.
EXITNAME Display fields on the panels with a prefilled name of an I/O exit program module.
Default: NO
TEMPORARY_DSN_FORMAT
Description: Customizes the temporary DSN's used by File-AID/Data Solutions. Max. length 8.
The variables TEMPORARY_DSN_FORMAT , TEMPORARY_DSN_LITERAL , and TEMPORARY_DSN_SUFFIX allow you to customize the temporary data set name used by File-AID/Data Solutions.
TEMPORARY_DSN_FORMAT is a six-character string defining the node sequence of the temporary data set name. Each character represents the contents of a node as follows:
U - Your TSO prefix, or user ID when a prefix is not set.
L - Literal, up to eight characters, defined by the TEMPORARY_DSN_LITERAL variable. The default is FILEAID.
I - Two-character identifier that is assigned by File-AID to identify the type of temporary data set. This character is required.
D - Date in Dyyddd (Julian) format.
T - Time in Thhmmss format.
S - Suffix, up to eight characters, defined by the TEMPORARY_DSN_SUFFIX variable. The defaults is blanks.
X - TSO user ID.
Default: ULIDTS
TEMPORARY_DSN_LITERAL
Description: String for the literal node of a temporary data set. Max. length 8.
TEMPORARY_DSN_FORMAT specifies a string, up to eight characters, for the LITERAL node of the temporary data set name. See TEMPORARY_DSN_FORMAT .
Default: DASOLUTN
TEMPORARY_DSN_SUFFIX
Description: String for the suffix node of a temp data set. Max. length 8.
TEMPORARY_DSN_SUFFIX specifies a string, up to eight characters, for the SUFFIX node of the temporary data set name. See TEMPORARY_DSN_FORMAT .
Default: none
Environment 2
The following parameters are the Environment 2 parameters.
ABR_IN_USE
Description: ABR allocation. Max. length 1.
(0,1)
0 - ABR is not used.
1 - If your installation uses Innovation Data Processing, Inc.’s Automatic Backup and Recovery (ABR) for archival and retrieval, allocation of data sets will be forced when an attempt to find them on a volume fails.
Default: 0
DATASET_RESERVE_OR_ENQUEUE
Description: Data set Reserve/Enqueue. Max. length 1.
(Valid values used to be: 0=Reserve,2=Enqueue)
0 - Always do reserves.
2 - Always do enqueues. 2 is intended for sites that do not have shared DASD or have software packages such as MIM (Multi-Image Manager) or GRS.
LOG_FA_FUNCTIONS_TO_ISPF_LOG
Description: ISPF log data set access. Max. length 1.
(0,1)
All File-AID functions may be logged to the ISPF log data set. When this option is enabled (1), all functions are logged including data set destructs. In addition, interactive functions are logged.
0 - File-AID/Data Solutions functions ARE NOT logged to the ISPF log data set.
1 - All File-AID/Data Solutions functions are logged including data set destructs. In addition, interactive functions are logged.
Default: 0
BATCH_REGION_SIZE
Description: Region size (in M) for creation of batch JCL. Max. length 2.
(0,8-99)
Default REGION size used within generated BATCH jobs.
Default: 08
Environment 3
The following parameters are the Environment 3 parameters.
ALLOW_UPDATE_IN_PLACE_KEY_ENCRYPT
Description: Allow update in place key ENCRYPT. Max. length 1.
(Y=YES,N=NO)
N - Do not allow update in place key ENCRYPT.
Y - Allow update in place key ENCRYPT.
Default: N
Related topics