ABENDS & Debugging :: RE: IDC2902I Error
Author: Willy Jensen Posted: Tue Mar 28, 2017 2:37 pm (GMT 5.5) Just to be clear, a 'dataset not found' condition will not make IDCAMS abend, it will just end with return code 8._________________WJ
View ArticleDB2 :: RE: Data replication from multiple Db2 tables in single table
Author: farhad_evan Posted: Tue Mar 28, 2017 5:24 pm (GMT 5.5) How many records should be load into target table every minute ? Also you can use another stored procedure or a COBOL job and insert data...
View ArticleDB2 :: RE: Data replication from multiple Db2 tables in single table
Author: daveporcelan Posted: Tue Mar 28, 2017 5:44 pm (GMT 5.5) I vote for #3, DB2 Trigger
View ArticleDB2 :: RE: Data replication from multiple Db2 tables in single table
Author: Arun Raj Posted: Tue Mar 28, 2017 6:27 pm (GMT 5.5) Why duplicating data 'every minute'?_________________Arun...
View ArticleDB2 :: RE: Data replication from multiple Db2 tables in single table
Author: daveporcelan Posted: Tue Mar 28, 2017 6:35 pm (GMT 5.5)Quote:Why duplicating data 'every minute'? I think is the OP giving a bad problem description. My understanding is that the Stored...
View ArticleAll Other Mainframe Topics :: RE: FTP from Mainframe to Unix - with CRLF
Author: vasanthz Posted: Tue Mar 28, 2017 8:41 pm (GMT 5.5)Quote:If you created the dataset with ASCII coding instead of EBCDIC and ensured that the CRLF pair were properly appended then you could...
View ArticleCOBOL Programming :: RULES(NOEVENPACK) in cobol
Author: jackzhang75 Subject: RULES(NOEVENPACK) in cobol Posted: Wed Mar 29, 2017 12:47 am (GMT 5.5) Hello experts, I am reading the following statment and i am not sure why we must have the pack...
View ArticleCOBOL Programming :: RE: RULES(NOEVENPACK) in cobol
Author: Robert Sample Subject: Reply to: RULES(NOEVENPACK) in cobol Posted: Wed Mar 29, 2017 12:54 am (GMT 5.5) Packed decimal variables should have an odd number of digits due to the internal...
View ArticleCOBOL Programming :: RE: RULES(NOEVENPACK) in cobol
Author: jackzhang75 Posted: Wed Mar 29, 2017 1:27 am (GMT 5.5) Robert, thank you very much for you answer. Could you give me an example of COBOL code to illustrate odd and even pack decimal ? I think i...
View ArticleCOBOL Programming :: RE: RULES(NOEVENPACK) in cobol
Author: Robert Sample Posted: Wed Mar 29, 2017 2:05 am (GMT 5.5) I'm not really sure what you think an example is going to show you:Code:    05 WS-ODD      PIC S9(07) COMP-3.     05...
View ArticleCOBOL Programming :: RE: RULES(NOEVENPACK) in cobol
Author: Bill Woodger Subject: Reply to: RULES(NOEVENPACK) in cobol Posted: Wed Mar 29, 2017 2:23 am (GMT 5.5) jackzhang75, Please don't post questions in multiple places at the same time. You posted it...
View ArticleCOBOL Programming :: RE: RULES(NOEVENPACK) in cobol
Author: jackzhang75 Posted: Wed Mar 29, 2017 5:03 am (GMT 5.5) Oh.. i am really sorry and i will not post it in anohter place again. Again very appreicated for your answer really help me alot!
View ArticleTesting & Performance analysis :: RE: Batch job tuning
Author: Robert Sample Subject: Reply to: Batch job tuning Posted: Thu Mar 30, 2017 12:41 am (GMT 5.5) IF the LPARs are defined the same (same memory, same processor weight, and so forth) I'd look at...
View ArticleTesting & Performance analysis :: RE: Batch job tuning
Author: sgandhla Subject: Re: Reply to: Batch job tuning Posted: Thu Mar 30, 2017 1:28 am (GMT 5.5) Hi Robert, Thanks for response, weights are different we have less number of LPARS in the CEC where...
View ArticleTesting & Performance analysis :: RE: Batch job tuning
Author: Robert Sample Posted: Thu Mar 30, 2017 2:33 am (GMT 5.5)Quote:weights are different we have less number of LPARS in the CEC where we get faster response, but both the CEC'S are running less...
View ArticleTesting & Performance analysis :: RE: Batch job tuning
Author: sgandhla Posted: Thu Mar 30, 2017 3:19 am (GMT 5.5)Robert Sample wrote:Quote:weights are different we have less number of LPARS in the CEC where we get faster response, but both the CEC'S are...
View ArticleTesting & Performance analysis :: RE: Batch job tuning
Author: Robert Sample Posted: Thu Mar 30, 2017 4:31 am (GMT 5.5)Quote:we have 50% wide space in terms of CPU for the LPARS to expand if they have demandI am not sure what you mean by this. CEC...
View ArticleIBM Tools :: Strings with double quotes having problem when used with DLM
Author: raja Arumugam Subject: Strings with double quotes having problem when used with DLM Posted: Thu Mar 30, 2017 10:34 am (GMT 5.5) Hi All, I am new to SAS and my requirement is to read the input...
View ArticleJCL & VSAM :: fuzzy compare
Author: Martylin Subject: fuzzy compare Posted: Thu Mar 30, 2017 2:45 pm (GMT 5.5) Is there any kind of function for fuzzy compare in JCL ? for example: the dataset look like : a0001 111111AAAA111111...
View ArticleAll Other Mainframe Topics :: RE: Strings with double quotes having problem...
Author: prino Posted: Thu Mar 30, 2017 3:37 pm (GMT 5.5) FYI, a quote in a quoted string is always represented by a double quote, if you want something else, start coding!_________________Robert AH...
View Article