COBOL Programming :: RE: Facing error IGYPS0037-S
Author: murugan_mf Posted: Thu Jun 02, 2016 10:40 am (GMT 5.5) Apologies. It was my mistake not providing the code correctly. This is the code snippet Code:05 Sales-Data-County occurs 10 times. Â 10...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: Bill Woodger Subject: Reply to: Facing error IGYPS0037-S Posted: Thu Jun 02, 2016 11:13 am (GMT 5.5) I suggest you consult the manual to see how to correctly qualify an item that is subscripted.
View ArticleSYNCSORT :: RE: Syncsort Joinkey
Author: Bill Woodger Subject: Reply to: Syncsort Joinkey Posted: Thu Jun 02, 2016 11:17 am (GMT 5.5) The keys are the things you are going to match on. Multiple key elements give you one logical key....
View ArticleAll Other Mainframe Topics :: Invoking SAS in Mainframe
Author: mkk157 Subject: Invoking SAS in Mainframe Posted: Thu Jun 02, 2016 1:12 pm (GMT 5.5) what is the difference between following ? //S1 EXEC SAS //S2 EXEC PGM=SAS //S3 EXEC PROC=SAS //S4 EXEC...
View ArticleAll Other Mainframe Topics :: RE: Invoking SAS in Mainframe
Author: enrico-sorichetti Subject: Reply to: Calling SAS in Mainframe Posted: Thu Jun 02, 2016 1:13 pm (GMT 5.5) the difference is explained in the JCL guide and reference manuals...
View ArticleCOBOL Programming :: RE: Facing error IGYPS0037-S
Author: murugan_mf Posted: Thu Jun 02, 2016 3:18 pm (GMT 5.5) It worked fine when I modified it as Move ws-amount to Amount of Sales-Data-County(ws-sub1). Thanks All_________________Thanks! Murugan L
View ArticleDB2 :: RE: Image Copy of a tablespace that contains a clone
Author: Nic Clouston Posted: Thu Jun 02, 2016 3:48 pm (GMT 5.5) Code tags, code tags, code tags. Use them._________________Regards Nic
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Abid Hasan Posted: Thu Jun 02, 2016 3:52 pm (GMT 5.5) To Rohit and Mr. Clouston's post - I guess, either way the RC of the 'job' (guessing this is via JCL, DB2 is something that I haven't had a...
View ArticleJCL & VSAM :: RE: How to copy PDS using dataset as input
Author: Garry Carroll Posted: Thu Jun 02, 2016 3:58 pm (GMT 5.5) I'd suggest that you might use DFSORT to process the list of names in your 'A' dataset, producing IEBCOPY control cards e.g. Code:...
View ArticleAll Other Mainframe Topics :: RE: Invoking SAS in Mainframe
Author: Nic Clouston Posted: Thu Jun 02, 2016 3:59 pm (GMT 5.5) As far as I can see from the JCL manual, as pointed to by Enrico, there is no such thing as ENTRY= as a parameter for...
View ArticleAll Other Mainframe Topics :: RE: Invoking SAS in Mainframe
Author: enrico-sorichetti Subject: Reply to: Invoking SAS in Mainframe Posted: Thu Jun 02, 2016 5:24 pm (GMT 5.5) Mainframe Skills: Chatting and Browsing_________________cheers enrico When I tell...
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Rohit Umarjikar Posted: Thu Jun 02, 2016 5:36 pm (GMT 5.5) that's a Good reminder , it seems the only way is to use JOBRC but then TS may Need to adde a dummy step which gets RC 0 and then...
View ArticleDB2 :: RE: How to suppress retun code of partil DB2 unload utility
Author: Abid Hasan Posted: Thu Jun 02, 2016 5:44 pm (GMT 5.5) Aah right, it's 1.13; I'm getting old tad bit too soon _________________Thanks.
View ArticleDB2 :: RE: Image Copy of a tablespace that contains a clone
Author: Robin Sulsona Subject: Reply to: Image Copy of a tablespace that contains a clone Posted: Thu Jun 02, 2016 5:54 pm (GMT 5.5) Sorry, didn't realize how important that was. I will remember to put...
View ArticleJCL & VSAM :: JCL to fetch schedule status from active monitor in CA sched
Author: parasmalik20 Subject: JCL to fetch schedule status from active monitor in CA sched Posted: Thu Jun 02, 2016 7:11 pm (GMT 5.5) Hi , I have a requirement in my project, where in i need to...
View ArticleJCL & VSAM :: RE: JCL to fetch schedule status from active monitor in CA sched
Author: Robert Sample Posted: Thu Jun 02, 2016 7:39 pm (GMT 5.5) Have you talked to the vendor? This is precisely the type of issue that the vendor support group can help you...
View ArticleDB2 :: RE: Image Copy of a tablespace that contains a clone
Author: Rohit Umarjikar Posted: Thu Jun 02, 2016 10:38 pm (GMT 5.5)Code:CLONE in COPY is must for image copy._________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Rohit Umarjikar Posted: Thu Jun 02, 2016 10:51 pm (GMT 5.5) So the bottom line is , for cloned table with MERGE statement , you get SQLCODE=-254 instead of -904 like usual insert for COPYPEND...
View ArticleDB2 :: RE: Image Copy of a tablespace that contains a clone
Author: Robin Sulsona Subject: Reply to: Image Copy of a tablespace that contains a clone Posted: Thu Jun 02, 2016 11:32 pm (GMT 5.5) OK Thank you, I was just hoping that maybe it wasn't. I am putting...
View ArticleDB2 :: RE: SQL Merge error -254
Author: Robin Sulsona Subject: Reply to: SQL Merge error -254 Posted: Thu Jun 02, 2016 11:34 pm (GMT 5.5) Yes, and we are now past our issues with this process and back on our testing track. Thanks for...
View Article