Hello Benjamin,
I am a novice with CICS VSAM, but can offer a few things to check:
1) Does dataset PRODCICS.WHD03.KORRES.KUNDEN exist?
2) Have you tried opening the vsam file manually with CICS command:
CEMT SET FILE(WHD03KX) OPEN
CEMT SET FILE(WHD03KX) CLOSED
Status should show something like this with Ope Ena
that indicated VSAM file is open and enabled
STATUS: RESULTS - OVERTYPE TO MODIFY
File (WHD03KX) Vsa Ope Ena Rea Upd Add Bro Del Sha NORMAL
Dsn( PRODCICS.WHD03.KORRES.KUNDEN )
3) The dataset shows disabled, so have you tried enabling it by altering this property to enabled,
and then manually opening and closing the dataset:
Enablestatus( Disabled )
4) In my limited experience, these other attributes are not usually set this way,
since they prevent updates, adds, deletes in the VSAM dataset.
I would expect them to be Update, Add, Delete.
Updatestatus( Noupdate )
Addstatus( Noaddable )
Browsestatus( Browse )
Deletestatus( Nodelete )
5) Using anything to view the contents of the dataset to see if it contains any data?
If you cannot view the contents then maybe there is a problem with the dataset.
Hope this helps.
Regards,
Gregory Oakes
Professor
Faculty of Science, Engineering and Information Technology
Durham College
[cid:
image002.jpg@01D8A2A0.BD7F1900]
________________________________
This message is intended only for the named recipients. This message may contain information that is confidential or exempt from disclosure under applicable law. Any dissemination or copying of this message by anyone other than a named recipient is strictly prohibited. If you are not a named recipient or an employee or agent responsible for delivering this message to a named recipient, please notify us immediately, and permanently destroy this message and any copies you may have. Warning: Email may not be secure unless properly encrypted.