All Other Mainframe Topics :: RE: FTP from Mainframe to Unix - with CRLF
Author: steve-myers Posted: Sun Mar 26, 2017 7:50 am (GMT 5.5)Nic Clouston wrote:If you created the dataset with ASCII coding instead of EBCDIC and ensured that the CRLF pair were properly appended...
View ArticleAll Other Mainframe Topics :: RE: IOCDS and IODF
Author: farhad_evan Posted: Sun Mar 26, 2017 10:51 am (GMT 5.5) hi Robert, thanks for your reply Let me explain about my experience, For a develop system (First LPAR in new machine) I saw a CE man...
View ArticleJCL & VSAM :: RE: Unable to catalog a gdg dataset residing in multiple volumes
Author: Nic Clouston Posted: Sun Mar 26, 2017 2:56 pm (GMT 5.5) Thank you for letting us know why the problem occurred and the solution._________________Regards Nic
View ArticleAll Other Mainframe Topics :: RE: IOCDS and IODF
Author: Robert Sample Posted: Sun Mar 26, 2017 7:07 pm (GMT 5.5) The SE knows more about the console and the system definitions. If the SE set it up, then I doubt any problems will occur. If they could...
View ArticleDB2 :: RE: Getting sum on Totals and Adjusted totals
Author: balaji81_k Posted: Mon Mar 27, 2017 8:10 am (GMT 5.5) Hi Rohit, The Query posted is working and i want to have an idea that if i can get total sum(sales + adjusted sales) group by store_nbr...
View ArticleDFSORT/ICETOOL :: RE: splitting a file
Author: abdulrafi Posted: Mon Mar 27, 2017 10:11 am (GMT 5.5) Thanks Arun for your response. I am trying to do it via COBOL program as of now._________________Thanks, Abdul Rafi
View ArticleTSO/ISPF :: Splitting of single report to seperate reports using XMITIP
Author: abdulrafi Subject: Splitting of single report to seperate reports using XMITIP Posted: Mon Mar 27, 2017 3:59 pm (GMT 5.5) Hi, I do have the below jcl to split the file based on a key and send...
View ArticleTSO/ISPF :: RE: Splitting of single report to seperate reports using XMITIP
Author: enrico-sorichetti Subject: Reply to: Splitting of single report to seperate reports using XMITIP Posted: Mon Mar 27, 2017 4:16 pm (GMT 5.5)Quote:with input data lacking carriage control in the...
View ArticleTSO/ISPF :: RE: Splitting of single report to seperate reports using XMITIP
Author: abdulrafi Posted: Mon Mar 27, 2017 4:25 pm (GMT 5.5) yes I agree to your point. I have given correct DCB parameter though, but is there any way how could I get it resolved. I am trying but...
View ArticleDB2 :: RE: Getting sum on Totals and Adjusted totals
Author: Rohit Umarjikar Posted: Mon Mar 27, 2017 8:36 pm (GMT 5.5)Quote:If i use SUM after case statement it doesn't work and throws error SQLCODE = -122 not a valid context. Did you try using SUM...
View ArticleTSO/ISPF :: RE: Splitting of single report to seperate reports using XMITIP
Author: Bill Woodger Subject: Reply to: Splitting of single report to seperate reports using XMITIP Posted: Mon Mar 27, 2017 9:24 pm (GMT 5.5) Did you create the data with Carriage Control characters?
View ArticleDB2 :: Data replication from multiple Db2 tables in single table
Author: kishpra Subject: Data replication from multiple Db2 tables in single table Posted: Mon Mar 27, 2017 9:58 pm (GMT 5.5) Hi All, I have 3 to 4 DB2 tables getting written by Stored procedure...
View ArticleDB2 :: RE: Data replication from multiple Db2 tables in single table
Author: Rohit Umarjikar Posted: Mon Mar 27, 2017 11:01 pm (GMT 5.5)Quote:I have 3 to 4 DB2 tables getting written by Stored procedure inserts. From these 3 to 4 tables, I need few columns data of each...
View ArticleIBM Tools :: RE: scheduling between OPC and TWS give unpredictable result ?
Author: nsbl Subject: scheduling between OPC and TWS give unpredictable result ? Posted: Mon Mar 27, 2017 11:31 pm (GMT 5.5) Hi PeterHolland, Thanks very much for your reply, Yes, you are right, I...
View ArticleCOBOL Programming :: RE: Record Not found in AlX but record record present
Author: mukun264 Posted: Mon Mar 27, 2017 11:45 pm (GMT 5.5) There was error in JCL. The dd name of Aix was not coded as per standard rule.for example If base cluster dd name is vsamfile then AIX dd...
View ArticleCOBOL Programming :: RE: Record Not found in AlX but record record present
Author: Robert Sample Posted: Tue Mar 28, 2017 12:58 am (GMT 5.5)Quote:There was error in JCL. The dd name of Aix was not coded as per standard rule.for example If base cluster dd name is vsamfile then...
View ArticleIBM Tools :: RE: scheduling between OPC and TWS give unpredictable result ?
Author: PeterHolland Posted: Tue Mar 28, 2017 10:50 am (GMT 5.5) nsbl. you are welcome.
View ArticleABENDS & Debugging :: IDC2902I Error
Author: tzeche Subject: IDC2902I Error Posted: Tue Mar 28, 2017 11:39 am (GMT 5.5) My JCL step is like thisCode: //STEP010 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSOUT DD...
View ArticleABENDS & Debugging :: RE: IDC2902I Error
Author: PeterHolland Posted: Tue Mar 28, 2017 12:06 pm (GMT 5.5) Look for MAXRC and LASTCC in the manual.
View ArticleTSO/ISPF :: RE: Splitting of single report to seperate reports using XMITIP
Author: abdulrafi Posted: Tue Mar 28, 2017 12:11 pm (GMT 5.5) No I dint. But seeing to the error I thought we need carriage return in the file. Something like paging stuff in the reports. I placed the...
View Article