| Author |
Message |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Sun Oct 26, 2025 4:50 am Subject: JCL file lock |
rsantosh,
Does the dataset already exist? If so looks like zeke is creating the EXCLUSIVE ENQ on the dataset even though it has DISP=SHR.
I am not sure wait 300 is in seconds or minutes. Assu ... |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Tue Oct 21, 2025 2:23 am Subject: JCL file lock |
Hello Kolusu, There is no other task/job holding the dataset I coded. I am not using any generic dataset name. For testing purpose I used my TSO ID only so that no one else can use it.
Instead of 3.2 ... |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Sat Oct 18, 2025 11:25 pm Subject: JCL file lock |
| Hello Kolusu, I checked, the LPAR is part of sysplex. How can I check if dataset is not shared across systems? If it is shared, will SHR not work the way it is supposed to work? |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Thu Oct 16, 2025 11:38 pm Subject: JCL file lock |
| Just to add the job ended with JCL error because the data set HLQ.TEST was not found. Due to contention I couldn't create the data set Regards, Santosh |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Thu Oct 16, 2025 11:36 pm Subject: JCL file lock |
| I submitted the job and while it was in wait status, I issues the ddlist e command. The job didn't have exclusive lock on HLQ.TEST but when I tried to create the dataset with 3.2 I received below mess ... |
Topic: JCL file lock |
rsantosh
Replies: 10
Views: 101565
|
Forum: Job Control Language(JCL) Posted: Thu Oct 16, 2025 12:23 pm Subject: JCL file lock |
| Hello, I have a JCL which has 1st step as wait of 5 minutes. In the next step it reads a file. When I run the job and try to create the same file when the job is in wait period of 5 minutes and next s ... |
Topic: Read SYSLOG |
rsantosh
Replies: 4
Views: 22699
|
Forum: Job Control Language(JCL) Posted: Wed Mar 31, 2021 11:20 am Subject: Read SYSLOG |
Hi Kolusu,
Yes, I am trying to see how to use ISFLOGSTARTTIME/ISFLOGSTOPTIME.
Also, I am not dumping all the data but only records with $HASP373 & $HASP395. This will reduce I/O.
Regards ... |
Topic: Read SYSLOG |
rsantosh
Replies: 4
Views: 22699
|
Forum: Job Control Language(JCL) Posted: Wed Mar 31, 2021 10:32 am Subject: Read SYSLOG |
Hi Kolusu,
Thank you. We do offload the syslog but time interval is quiet large. I need to get the data every 15 min or so.
I found that we can use SDSF's ISFLOG command in REXX to get the data ... |
Topic: Read SYSLOG |
rsantosh
Replies: 4
Views: 22699
|
Forum: Job Control Language(JCL) Posted: Tue Mar 30, 2021 11:29 am Subject: Read SYSLOG |
Hello,
Is there any utility or way to read the SYSLOG?
We need to extract job info like start time end time and RC (different jobs) after every x minutes. We tried using ISFAFD but that limits ... |
Topic: COBOL V6.1 Vs 6.2 NUMCHECK |
rsantosh
Replies: 2
Views: 6914
|
Forum: Application Programming Posted: Mon Mar 22, 2021 11:57 pm Subject: COBOL V6.1 Vs 6.2 NUMCHECK |
Hi Kolusu,
Thank you.
Regards,
Santosh |
Topic: COBOL V6.1 Vs 6.2 NUMCHECK |
rsantosh
Replies: 2
Views: 6914
|
Forum: Application Programming Posted: Mon Mar 22, 2021 4:43 am Subject: COBOL V6.1 Vs 6.2 NUMCHECK |
Hello,
Following statement running fine with COBOL v6.1 but failing with NUMCHECK with COBOL v6.2. Program we compiled with 6.1 is already in production. Below snippet is having the same data type ... |
Topic: DAYS vs YEAR return different date |
rsantosh
Replies: 5
Views: 24489
|
Forum: Database Posted: Tue Jan 05, 2021 2:04 am Subject: DAYS vs YEAR return different date |
Hi Nic/Chuck,
Yes, after Nic providing the input I got the clarification.
SELECT DATE('2020-02-29') - 1 YEAR FROM SYSIBM.SYSDUMMY1
gives SQLCODE 0 with warning indicating End-of-Month adjustm ... |
Topic: DAYS vs YEAR return different date |
rsantosh
Replies: 5
Views: 24489
|
Forum: Database Posted: Mon Jan 04, 2021 8:07 am Subject: DAYS vs YEAR return different date |
Hi Nic,
Thank you. It helped.
Regards,
Santosh |
Topic: DAYS vs YEAR return different date |
rsantosh
Replies: 5
Views: 24489
|
Forum: Database Posted: Mon Jan 04, 2021 6:50 am Subject: DAYS vs YEAR return different date |
Hello,
Subtracting DAYS and YEAR resulting in different date.
What can be the explanation?
SELECT DATE('2021-02-28') - 365 DAYS
FROM SYSIBM.SUSDUMMY1
Result : 2020-02-29
... |
Topic: Cobol Program daily execution count |
rsantosh
Replies: 5
Views: 6483
|
Forum: Application Programming Posted: Wed Dec 16, 2020 7:00 am Subject: Cobol Program daily execution count |
Thank you Kolusu.
Regards,
Santosh |
| |