Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SCLM ERROR FLM04030 trying to use RLS to share SCLM accounting dataset across sysplex members

19 views
Skip to first unread message

fomye...@gmail.com

unread,
Apr 25, 2017, 4:31:43 PM4/25/17
to
FLM04030 - ERROR OPENING PROJECT VSAM DATA SET
GROUP: XXXXXDV1, DATABASE: ACCOUNT
INTENT: READ, CODE: 10
MACRO: FLMCNTRL
DATA SET: XXX.ACCOUNT.FILE
FLM01001 - ERROR RETRIEVING ACCOUNTING INFORMATION
CODE: 20 TYPE: COB MEMBER: XXXADDR
STARTING AT GROUP: XXXXXDV1

Documentation says:
FLM04030
The VSAM data set nnnnnnnn.nnnnnnnnn.nnnnnnnn could not be opened for iiiiiii access (where iiiiiiii is either READ or UPDATE). The VSAM data set was defined on the mmmmmmmm macro (where mmmmmmmm is either *FLMCNTRL if the data set was defined on the FLMCNTRL macro, or the name of the FLMALTC macro referenced by group ggggggg).
The reason for the failure is indicated by the code:
8 Unable to allocate the data set to a ddname
10 Unable to open the data set
12 Invalid key size for the data set
14 Unable to read from the data set
User response
Ensure that you have sufficient access to the VSAM data sets in the project and that the correct project definition is being used.
Project manager response
Check the data set nnnnnnnn.nnnnnnnnn.nnnnnnn to ensure that it has been properly allocated, initialized and protected and that the data set is not allocated exclusively to another user of the system.
Check these items:
Code
Items to Check
8
• Check that the data set exists and the name matches the name specified in the project definition.
• Check that the data set is not allocated exclusively to another user.
• Check that the device where the data set is allocated is online.
10 <*******
• Check that the user has sufficient access to the data set. [I can allocate/delete/reorg the accounting dataset]
• Check that the data set is a valid VSAM data set. [tested with LISTC & REPRO, it's OK.]
• Check that the data set has been initialized. [471 records ]
12
Verify the key length of the data set with the key length required by SCLM. More information on the correct key lengths for the VSAM data sets can be found in z/OS V2R2 ISPF Software Configuration and Library Manager Guide and Reference.
14
Check that the data set has been initialized with at least one VSAM record

Any Suggestions on anything else to Try?

Frank Myers

unread,
Apr 26, 2017, 1:51:53 PM4/26/17
to
Problem fixed. SCLM requires:
LOG(NONE) and SHAREOPTIONS(3,3) as well as a STORAGECLASS that is enabled for RLS.
0 new messages