DB2 :: RE: Testing rerad cursor for status with predicate
Author: Rohit Umarjikar Posted: Tue May 23, 2017 8:49 pm (GMT 5.5)Quote:........ so it just seems as though my COBOL or DB2 environment doesn't tolerate predicate usage.........although I admit...
View ArticleJCL & VSAM :: RE: Redefine SYS1.PROCLIB
Author: enrico-sorichetti Subject: Reply to: Redefine SYS1.PROCLIB Posted: Tue May 23, 2017 9:12 pm (GMT 5.5)Quote:Could you please explain me why I must to delete statistics of SYS1.PROCLIB members ?...
View ArticleJCL & VSAM :: RE: Redefine SYS1.PROCLIB
Author: Willy Jensen Posted: Tue May 23, 2017 9:29 pm (GMT 5.5) Something like this: - make a copy of SYS1.PROCLIB with a new name and bigger space, - keep your TSO logon active !!! - stop as much work...
View ArticleJCL & VSAM :: RE: Redefine SYS1.PROCLIB
Author: prino Subject: Re: Reply to: Redefine SYS1.PROCLIB Posted: Wed May 24, 2017 12:51 am (GMT 5.5)enrico-sorichetti wrote: 12 bytes without statistics 42 bytes with statistics the ispf statistics...
View ArticleJCL & VSAM :: RE: Redefine SYS1.PROCLIB
Author: farhad_evan Posted: Wed May 24, 2017 8:27 am (GMT 5.5) Thanks a lot everyone for helping me. We will do it on weekend.
View ArticleDFSORT/ICETOOL :: Sorting of hex values
Author: Saurabh_mi Subject: Sorting of hex values Posted: Thu May 25, 2017 3:49 pm (GMT 5.5) Hi! I have one vsam file as input in which dates are in hex values so while sorting index field I'm using...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Nic Clouston Posted: Thu May 25, 2017 4:53 pm (GMT 5.5) Not a JCL/VSAM topic but a sort topic - moved to DFsort (if you use Syncsort then let us know and it will be moved there). All data is in...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Saurabh_mi Posted: Thu May 25, 2017 6:44 pm (GMT 5.5) Hi, its zoned decimal. so below is code which i'm using. SORT FIELDS=COPY INCLUDE COND=(27,4,BI,GE,X'20000101',AND, * EXPIRY DATE...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Robert Sample Posted: Thu May 25, 2017 7:48 pm (GMT 5.5) I think you are EXTREMELY confused. "zoned decimal" data would be X'F2F0F0F0F0F1F0F1' and X'F2F0F1F7F0F5F2F0' for your dates. You are...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Garry Carroll Posted: Thu May 25, 2017 7:51 pm (GMT 5.5) You didn't use code tags, as requested - see the buttons above ehere you're keying. Also, you haven't shown an example of the data, just...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Saurabh_mi Posted: Thu May 25, 2017 9:50 pm (GMT 5.5) Hi Robert, thankyou so much for giving me idea. So now i'm getting values in my output file.Code:OUTREC...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Robert Sample Posted: Thu May 25, 2017 9:59 pm (GMT 5.5) Try Code:OUTREC FIELDS=(1,8,C'!',9,2,C'!',20,1,C'!',27,4,BI,TO=ZD,LENGTH=8,47,6,C'!', 122,4,C'!',162,4,C'!',182,4,C'!',...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Saurabh_mi Posted: Thu May 25, 2017 10:02 pm (GMT 5.5)Code:53721861 FFFFFFFF 53721861 its not a date. _________________Regards Saurabh Mishra
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Saurabh_mi Posted: Thu May 25, 2017 10:03 pm (GMT 5.5) Man!! Y tags are not working with me._________________Regards Saurabh Mishra
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Akatsukami Posted: Thu May 25, 2017 10:24 pm (GMT 5.5)Code tags, not img tags._________________Data is not information. Information is not knowledge. Knowledge is not wisdom.
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Arun Raj Posted: Thu May 25, 2017 10:58 pm (GMT 5.5) Saurabh_mi, For the field shown in your last post - replace this part in your card.Code:C'!',162,4,C'!'...
View ArticleDFSORT/ICETOOL :: RE: Sorting of hex values
Author: Saurabh_mi Posted: Fri May 26, 2017 11:36 am (GMT 5.5) Ohh..Arun thank you so much. It's working._________________Regards Saurabh Mishra
View ArticleIBM Tools :: finding delayed job/s in OPC
Author: jzhardy Subject: finding delayed job/s in OPC Posted: Mon May 29, 2017 9:04 am (GMT 5.5) I have a situation where a delay in operation X spawns a large set of jobs in a wait state (AND where...
View ArticleDB2 :: DB2 Program abending without giving any SQL error code
Author: rahulgarg14 Subject: DB2 Program abending without giving any SQL error code Posted: Mon May 29, 2017 8:10 pm (GMT 5.5) I bring down the production COBOL DB2 program to test region. Compiled it...
View ArticleDB2 :: RE: DB2 Program abending without giving any SQL error code
Author: Pandora-Box Posted: Mon May 29, 2017 8:37 pm (GMT 5.5) Are you executing the correct program and also did you check the compiler warnings??_________________To understand recursion, You must...
View Article