JCL & VSAM :: RE: SYSUT2 - CONFLICTING DCB PARAMETERS
Author: Robert Sample Posted: Thu May 19, 2016 1:09 pm (GMT 5.5) For the JCL you show, you CANNOT use DD * unless your data set is FB with LRECL 80. Put the SMTP commands in a dataset with the same...
View ArticleJCL & VSAM :: RE: SYSUT2 - CONFLICTING DCB PARAMETERS
Author: raulravi7 Posted: Thu May 19, 2016 1:49 pm (GMT 5.5) Thanks a ton Rob._________________Raul
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: PeterHolland Posted: Thu May 19, 2016 2:02 pm (GMT 5.5)"SEMT" is not an existing command, so the dataset will never be closed.
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: abdulrafi Posted: Thu May 19, 2016 5:21 pm (GMT 5.5) Hi, I am unable to achieve it via SYNCTOOL or by any other means. Is there any other way to achieve it ?._________________Thanks, Abdul Rafi
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: abdulrafi Posted: Thu May 19, 2016 5:46 pm (GMT 5.5) Hi, I got it as I needed using ICETOOL. Thanks a lot for your kind help._________________Thanks, Abdul Rafi
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: Abid Hasan Posted: Thu May 19, 2016 5:49 pm (GMT 5.5)abdulrafi wrote:Hi, I am unable to achieve it via SYNCTOOL or by any other means. Is there any other way to achieve it ?.abdulrafi wrote:Hi,...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: daveporcelan Posted: Thu May 19, 2016 5:56 pm (GMT 5.5)Quote:Bill had already pointed out that SYNCTOOL doesn't support few functions which are supported by ICETOOL. I think you are...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: Abid Hasan Posted: Thu May 19, 2016 6:15 pm (GMT 5.5) My bad Dave; I guess I jumped the gun there. _________________Thanks.
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
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...
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: t5590ag Posted: Thu May 19, 2016 6:25 pm (GMT 5.5)Robert Sample wrote:Possibility 1: the SEMT (sic) SET FILE(FILENAME) CLO DIS failed to either close or disable (or both) the file, and hence...
View ArticleJCL & VSAM :: RE: SYSUT2 - CONFLICTING DCB PARAMETERS
Author: Nic Clouston Posted: Thu May 19, 2016 6:50 pm (GMT 5.5)Quote:Thanks a ton Rob. No one called 'Rob' in this thread. Show respect and use the name posted - Robert in this...
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: Nic Clouston Posted: Thu May 19, 2016 6:56 pm (GMT 5.5)Quote: thanks Rob. There is NO 'Rob' in this thread. Please show respect and name people as they name themselves on the...
View ArticleJCL & VSAM :: RE: how to find if file is empty or not.
Author: Marso Posted: Thu May 19, 2016 7:43 pm (GMT 5.5) So in the end we are all back to the solution I gave 2 days ago, only with ICETOOL instead of SYNCTOOL ? For those of us that have SYNCSORT, I...
View ArticleJCL & VSAM :: RE: SYSUT2 - CONFLICTING DCB PARAMETERS
Author: Robert Sample Posted: Thu May 19, 2016 8:08 pm (GMT 5.5)Quote:Is there any limit for record length of the input file?The JCL Reference manual says Quote:Restrictions when coding LRECL: If you...
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: Bill Woodger Subject: Reply to: trying to define a VSAM Cluster in JCL Posted: Thu May 19, 2016 11:04 pm (GMT 5.5) There's some code in a Rexx-like program. Can you show that?
View ArticleJCL & VSAM :: RE: trying to define a VSAM Cluster in JCL
Author: Rohit Umarjikar Posted: Fri May 20, 2016 12:44 am (GMT 5.5) This error is caused during the Delete of the VSAM file and you did not look for that event in the log and showing what's...
View ArticleAll Other Mainframe Topics :: How to detect file creation event?
Author: vasanthz Subject: How to detect file creation event? Posted: Fri May 20, 2016 1:33 am (GMT 5.5) Hi, Could you please let me know how schedulers like CA7, Control-M detect when a file is created...
View ArticleAll Other Mainframe Topics :: RE: How to detect file creation event?
Author: Robert Sample Posted: Fri May 20, 2016 1:56 am (GMT 5.5) I found this CA-7 Support web site which says Quote:TROUBLESHOOTING: Reply to ICOM's WTOR with D=EXTDSN to make sure you see your newly...
View ArticleAll Other Mainframe Topics :: RE: How to detect file creation event?
Author: vasanthz Posted: Fri May 20, 2016 2:42 am (GMT 5.5) Hi Robert, Thank you for the two informative links. On the dovetail link it was mentioned that Control-M uses SYSLOG messages and some...
View ArticleAll Other Mainframe Topics :: RE: How to detect file creation event?
Author: vasanthz Posted: Fri May 20, 2016 2:46 am (GMT 5.5) Ah.. scrub that, found what I was looking for in the subsequent link. - IEFU83...
View Article