DB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: vinu78 Posted: Wed Mar 15, 2017 10:37 am (GMT 5.5) Arun, The ICETOOL is working fine //STEP01 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //INPUT DD DSN=<flat file that has...
View ArticleTSO/ISPF :: SDSF and SAF security
Author: danik56 Subject: SDSF and SAF security Posted: Wed Mar 15, 2017 12:51 pm (GMT 5.5) I've been trying to setup SDSF SAF security as documented by IBM. Activated the SDSF & JESSPOOL classes...
View ArticleJCL & VSAM :: RE: Updating a VSAM file with DISP=OLD
Author: UmeySan Posted: Wed Mar 15, 2017 2:18 pm (GMT 5.5) @ sheersh Just my two cent too: Also think about the vsam share levels. Parallel updates. I come across this, because you told that the same...
View ArticleTSO/ISPF :: RE: SDSF and SAF security
Author: UmeySan Posted: Wed Mar 15, 2017 2:39 pm (GMT 5.5) @ danik56 Could be a trivial matter. I remember Owner and Prefix filters in SDSF._________________Regards, UmeySan
View ArticleTSO/ISPF :: RE: SDSF and SAF security
Author: danik56 Subject: Right on the money Posted: Wed Mar 15, 2017 2:48 pm (GMT 5.5) I did set PREFIX ** but forgot about OWNER filtering. Issuing OWNER ** resolved the issue. Thanks a lot
View ArticleTSO/ISPF :: RE: SDSF and SAF security
Author: UmeySan Posted: Wed Mar 15, 2017 2:59 pm (GMT 5.5) Simple things could be a real pain in the ass sometimes :-) Shalom, UmeySan_________________Regards, UmeySan
View ArticleJCL & VSAM :: RE: Updating a VSAM file with DISP=OLD
Author: sheersh Subject: Reply to: Updating a VSAM file with DISP=OLD Posted: Wed Mar 15, 2017 4:25 pm (GMT 5.5) @ UmeySan - thanks. Yes i have considered share levels and mine would be the only jcl...
View ArticleJCL & VSAM :: RE: Updating a VSAM file with DISP=OLD
Author: UmeySan Posted: Wed Mar 15, 2017 5:43 pm (GMT 5.5) Sorry about that. I'm only common to OPC, where you can specify this based on particular job without having to modify any other existing jobs...
View ArticleCLIST & REXX :: RE: REXX cdoe to purge a JOB from spool after successful Run.
Author: Willy Jensen Posted: Wed Mar 15, 2017 6:02 pm (GMT 5.5) JOBDEF and OUTCLASS are JES2 definitions. Probably should have said so._________________WJ
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: Arun Raj Posted: Wed Mar 15, 2017 6:25 pm (GMT 5.5) Good to know it does work for you. Do you mind posting what went wrong last time._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: SQZ pipe delimited file with 1 column varying length
Author: Rick Silvers Subject: Re: SQZ pipe delimited file with 1 column varying length Posted: Wed Mar 15, 2017 8:53 pm (GMT 5.5) [quote="Rick Silvers"]I have a pipe delimited data set with a layout...
View ArticleDFSORT/ICETOOL :: RE: SQZ pipe delimited file with 1 column varying length
Author: Rick Silvers Posted: Wed Mar 15, 2017 9:00 pm (GMT 5.5)Code:/* REXX */ /*-------------------------------------------------------------------*/ /* REXX...
View ArticlePC Guides & IT News :: Innovations in Your Mainframe Sort
Author: Arun Raj Subject: Innovations in Your Mainframe Sort Posted: Wed Mar 15, 2017 10:38 pm (GMT 5.5) Mainframe Education Webcast: Innovations in Your Mainframe...
View ArticleDFSORT/ICETOOL :: RE: SQZ pipe delimited file with 1 column varying length
Author: sergeyken Subject: Re: SQZ pipe delimited file with 1 column varying length Posted: Wed Mar 15, 2017 10:52 pm (GMT 5.5)Rick Silvers wrote:Code:9999999 |9999999 |MEX.111 Description1...
View ArticleDFSORT/ICETOOL :: RE: SQZ pipe delimited file with 1 column varying length
Author: sergeyken Posted: Wed Mar 15, 2017 11:38 pm (GMT 5.5) P.S. If you need to squeeze every separate field, then more PARSE parameters are needed, with SQZ/JFY functions applied to each of...
View ArticleIMS DB/DC :: RE: Is the explanation correct? XRST,CHKP
Author: Rohit Umarjikar Posted: Thu Mar 16, 2017 12:25 am (GMT 5.5) Yes, Please refer here to know and learn more, if anything is changed recently then you got to update it otherwise the concept is...
View ArticlePC Guides & IT News :: RE: Innovations in Your Mainframe Sort
Author: Rohit Umarjikar Posted: Thu Mar 16, 2017 12:36 am (GMT 5.5) I attended and it was good. But couldn't find the recorded version anywhere to share with others at my site._________________Regards,...
View ArticleIMS DB/DC :: RE: IMS DB-How to update a record (a single field value) via JCL
Author: Gary Jacek Posted: Thu Mar 16, 2017 5:21 am (GMT 5.5) Excellent pointer Enrico. Nic...our friend gthmrj should also be aware that if the field to be replaced is a key field, and a GHU/DLET then...
View ArticleABENDS & Debugging :: Problem reading GTF trace output
Author: danik56 Subject: Problem reading GTF trace output Posted: Thu Mar 16, 2017 1:02 pm (GMT 5.5) I have activated GTF trace to capture RACF trace for RACROUTE calls. Here is the syslog...
View ArticleDB2 :: RE: JCL to Set Return code based on DB2 SQL query result
Author: vinu78 Subject: Reply to: JCL to Set Return code based on DB2 SQL query result Posted: Thu Mar 16, 2017 1:04 pm (GMT 5.5) Thanks Arun. Yes, I have put the multiple COUNT statements like below...
View Article