Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

JCL & VSAM :: RE: trying to define a VSAM Cluster in JCL

$
0
0
Author: t5590ag
Subject: Re: Reply to: trying to define a VSAM Cluster in JCL
Posted: Thu May 19, 2016 6:18 pm (GMT 5.5)

Bill Woodger wrote:
You are suggesting that the operating system has chosen to pick on your perfect JCL and Control Cards, out of all the jobsteps in the world, to lie?

Are you able to copy/paste this perfection from your emulator? We'd either all benefit from it, or spot what is wrong.

Out of interest, running what you have shown would not close the dataset to CICS, as Robert has already indicated. Let's speculate, just for fun, that operationally the dataset is mostly already closed by the time your JOB starts. Then the "SEMT" fails (and why would it not?) and someone does CEMT manually and kicks your step back in.


I am not suggesting that at all Bill. I am sure my JCL/PARM needs an enhancement to handle whatever is going on. Just need to know what other places I should go check to find the contention.

Below is a snippet form the log -
CICS log from a normal run, completes at 21.06.18.

Code:
21.06.13 STC19365  +SEMT #JO00209R392  RESPONSE: NORMAL                   
21.06.13 STC19365  +SEMT SET FILE(MEXOUT9) CLO DIS  RESPONSE: NORMAL     
21.06.13 STC19365  +FIL(MEXOUT9 ) VSA CLO DIS REA         BRO         SHA
                            )                                             
21.06.13 STC19365  +       1 RESOURCES  PROCESSED.                       
21.06.18 STC19365  +SEMT #JO00209R396  RESPONSE: NORMAL                   
21.06.18 STC19365  +SEMT SET FILE(MEXOUT9) ENA  RESPONSE: NORMAL         
21.06.18 STC19365  +FIL(MEXOUT9 ) VSA CLO ENA REA         BRO         SHA
                            )                                             
21.06.18 STC19365  +       1 RESOURCES  PROCESSED.                       
21.15.38 STC19365  +   569                                               
21.15.38 STC19365  OPS1000I                                               
   569               Openstatus( Open )                                   
                   


CICS log from abended run, abended at 21.05.41.

Code:
21.05.37 STC19365  +SEMT #JO03468R976  RESPONSE: NORMAL                 
21.05.37 STC19365  +SEMT SET FILE(MEXOUT9) CLO DIS  RESPONSE: NORMAL     
21.05.37 STC19365  +FIL(MEXOUT9 ) VSA CLO DIS REA         BRO         SHA
                            )                                           
21.05.37 STC19365  +       1 RESOURCES  PROCESSED.                       
21.15.37 STC19365  +   757                                               
21.15.37 STC19365  OPS1000I                                             
   757               Openstatus( Open )                                 
21.15.37 STC19365  OPS1000I   Openstatus( Open )                         
   757               Pstype(Snps)                                       
21.15.37 STC19365  OPS1000I   Pstype(Snps)                               


i will gather MVS logs for JCL too. And please let me know what other info can I pull to get to the root cause of this.


Viewing all articles
Browse latest Browse all 9405

Trending Articles