DB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Subject: Getting low values in output file Posted: Wed Oct 19, 2016 1:26 am (GMT 5.5) Hi Every one , I am able to see the output in my file . However I am seeing the low values in my...
View ArticleDFSORT/ICETOOL :: RE: How to delete second instance from Flat file in...
Author: Arun Raj Posted: Wed Oct 19, 2016 1:35 am (GMT 5.5)Quote:there few productions scenarios have been failed it seemsDo you have an example of any such instance?_________________Arun...
View ArticleDFSORT/ICETOOL :: RE: How to delete second instance from Flat file in...
Author: Rohit Umarjikar Posted: Wed Oct 19, 2016 2:06 am (GMT 5.5) Look here for more alternative along with whats being said plus you can add sequence number and restart for each unique combination...
View ArticleDB2 :: RE: Problem in Running Query via JCL
Author: RahulG31 Subject: Re: Problem in Running Query via JCL Posted: Wed Oct 19, 2016 2:37 am (GMT 5.5)vickey_dw wrote:Code://SYSPRINT DD DSN=MYPS,DISP=SHR Do you really want to use DISP=SHR ? .
View ArticleDB2 :: RE: Problem in Running Query via JCL
Author: Rohit Umarjikar Posted: Wed Oct 19, 2016 3:06 am (GMT 5.5) Your LRECL will be max up to 133 because of DSNTEP2 so why dn't you use DSNTIAUL and if you don't know then search on internet. This...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: RahulG31 Subject: Reply to: Get correct date and time when current time is over 12 hrs Posted: Wed Oct 19, 2016 3:10 am (GMT 5.5)Quote:SELECT WHEN CURRENT_TIME <= '00:59:59' THEN...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: Rohit Umarjikar Posted: Wed Oct 19, 2016 3:18 am (GMT 5.5) what is the relationship between A and TEST.CALENDER_TABLE ?_________________Regards, Rohit Umarjikar"Knowledge is knowing that a...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Rohit Umarjikar Posted: Wed Oct 19, 2016 3:22 am (GMT 5.5) If you are not confident implementing it then there are better other options to share data between the programs which you can think...
View ArticleDFSORT/ICETOOL :: RE: How to delete second instance from Flat file in...
Author: Bill Woodger Subject: Reply to: How to delete second instance from Flat file in SORT/IceTool Posted: Wed Oct 19, 2016 3:29 am (GMT 5.5) If you are SORTing the data anyway (you need to with what...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Bill Woodger Subject: Reply to: Can sending 5 MB data between cobol programs cause issue Posted: Wed Oct 19, 2016 3:31 am (GMT 5.5) Where does "out-record" get its storage from? The fact that...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Posted: Wed Oct 19, 2016 3:41 am (GMT 5.5) Hi Rohit, Now there is no relation as it was required when GREGORIAN DATE is fetched from it . I have removed '|' after select but still...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Posted: Wed Oct 19, 2016 3:42 am (GMT 5.5) Hi Rohit, Output file data looks likeCode: 10/18/2016|2016.10.18|.00|CLSDHOUR|12|13|_________________dear peoples, i want to join these...
View ArticleCICS :: RE: Protection Exception while move 0 to comp-5 variables
Author: Bill Woodger Subject: Reply to: Protection Exception while move 0 to comp-5 variables Posted: Wed Oct 19, 2016 3:45 am (GMT 5.5) How COBOL deals with this:Code:Move 0 To A B C...
View ArticleDFSORT/ICETOOL :: RE: How to delete second instance from Flat file in...
Author: Nic Clouston Posted: Wed Oct 19, 2016 3:52 am (GMT 5.5) Not a JCL/VSAM query. In fact sort/Icetool was explicitly mentioned so how you managed to post in the wrong part of the forum is ......
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: Rohit Umarjikar Posted: Wed Oct 19, 2016 10:12 am (GMT 5.5) there is no relationship then why you have it?Code:SUBSTR(DIGITS(COL2),9,2), why you need this ? you can use a col2 by itself,...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Kevin Vaz Posted: Wed Oct 19, 2016 11:39 am (GMT 5.5) Hi Thanks all for your replies. Our web service that we have developed is working perfectly fine. The only issue is that we have stated...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Bill Woodger Subject: Reply to: Can sending 5 MB data between cobol programs cause issue Posted: Wed Oct 19, 2016 12:46 pm (GMT 5.5) You asked a general question previously, and now you are...
View ArticleCICS :: RE: Can sending 5 MB data between cobol programs cause issue
Author: Kevin Vaz Posted: Wed Oct 19, 2016 1:45 pm (GMT 5.5) ok Bill thanks.. Will check and get back if I get something in abend aid.
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: balaji81_k Posted: Wed Oct 19, 2016 8:36 pm (GMT 5.5) Yes Rohit you are correct we can use by itself .But still getting the low values in my output file .Please advise._________________dear...
View ArticleDB2 :: RE: Get correct date and time when current time is over 12 hrs
Author: RahulG31 Subject: Reply to: Get correct date and time when current time is over 12 hrs Posted: Wed Oct 19, 2016 9:08 pm (GMT 5.5)Code:SELECT ( SELECT WHEN CURRENT_TIME <= '00:59:59'...
View Article