DFSORT/ICETOOL :: RE: Count the length of the record & display in a new line
Author: Arun Raj Posted: Thu Mar 23, 2017 8:24 pm (GMT 5.5) Converting to VB will help storing the length, in the first 2 bytes in BI format (part of RDW). You could then write 2 records - first : the...
View ArticleDB2 :: RE: Need help with below queries
Author: Rohit Umarjikar Posted: Thu Mar 23, 2017 9:09 pm (GMT 5.5) Firm wide ? You can't easily by yourself. Get your management invest something on third party products like OMEGAMON or anything to...
View ArticleDB2 :: RE: Need help with below queries
Author: ashek15 Subject: Reply to: Need help with below queries Posted: Thu Mar 23, 2017 9:59 pm (GMT 5.5) Thanks for the reply..however data is needed for last 2-3 months..we have omegamon but query...
View ArticleDFSORT/ICETOOL :: RE: Count the length of the record & display in a new line
Author: sreekusr Subject: Reply to: Count the length of the record & display in a new line Posted: Thu Mar 23, 2017 10:05 pm (GMT 5.5) Hi Arun, Thanks it worked. Code: //TOOLIN DD *...
View ArticleDB2 :: RE: Need help with below queries
Author: Robert Sample Subject: Reply to: Need help with below queries Posted: Thu Mar 23, 2017 10:12 pm (GMT 5.5) You'll most likely have to use the SMF records, assuming that your site records them...
View ArticleSYNCSORT :: RE: How to pick only YYMMDD from DATE1P (Hex) format?
Author: sergeyken Posted: Thu Mar 23, 2017 10:35 pm (GMT 5.5) In order to align the desired part of packed date X'0yymmddC' on the full-byte boundary you are suggested first: to multiply it by +10...
View ArticleSYNCSORT :: RE: How to pick only YYMMDD from DATE1P (Hex) format?
Author: Arun Raj Posted: Thu Mar 23, 2017 11:12 pm (GMT 5.5)Quote:SYNCSORT syntax doesn't allow to perform MUL operationAFAIK even DFSORT does not allow applying MUL directly on DATE1P either. From the...
View ArticleSYNCSORT :: RE: How to pick only YYMMDD from DATE1P (Hex) format?
Author: sergeyken Posted: Thu Mar 23, 2017 11:34 pm (GMT 5.5)Arun Raj wrote:Quote:SYNCSORT syntax doesn't allow to perform MUL operationAFAIK even DFSORT does not allow applying MUL directly on DATE1P...
View ArticleSYNCSORT :: RE: How to pick only YYMMDD from DATE1P (Hex) format?
Author: Arun Raj Posted: Thu Mar 23, 2017 11:46 pm (GMT 5.5) I agree his initial posts were on those lines. But his latest post says this:atulbaviskar wrote: I want to pick only '0170323C' to write it...
View ArticleCOBOL Programming :: Record Not found in AlX but record record present
Author: mukun264 Subject: Record Not found in AlX but record record present Posted: Fri Mar 24, 2017 9:28 am (GMT 5.5) Hi Guys, I am trying to read an index file using AIX key but getting status code...
View ArticleAll Other Mainframe Topics :: RE: FTP from Mainframe to Unix - with CRLF
Author: steve-myers Posted: Fri Mar 24, 2017 10:08 am (GMT 5.5) From z/OS V1R13.0 Comm Svr: IP User's Guide and CommandsQuote:SBSENDEOL Specifies which end-of-line sequence to use when ENCODING is...
View ArticleDFSORT/ICETOOL :: splitting a file
Author: abdulrafi Subject: splitting a file Posted: Fri Mar 24, 2017 11:51 am (GMT 5.5) Hi, I do have an input file. I have to split the files based on a key and send it to FTP server. Issue here is I...
View ArticleDFSORT/ICETOOL :: RE: splitting a file
Author: abdulrafi Posted: Fri Mar 24, 2017 11:59 am (GMT 5.5) I hope we can use dynamic files in cobol to create the files based on how many keys we receive. I have not tried this yet. But need to...
View ArticleDFSORT/ICETOOL :: RE: splitting a file
Author: abdulrafi Posted: Fri Mar 24, 2017 12:21 pm (GMT 5.5) One more information, When you see the first 8 records belong to key 21810, so it has to be grouped and sent to a separate file. for 21811,...
View ArticleJCL & VSAM :: Unable to catalog a gdg dataset residing in multiple volumes
Author: Shovan Subject: Unable to catalog a gdg dataset residing in multiple volumes Posted: Fri Mar 24, 2017 2:24 pm (GMT 5.5) Hi, One of our gdg data set was deleted by a job which was resides in...
View ArticleDFSORT/ICETOOL :: Changing of LRECL of a file
Author: abdulrafi Subject: Changing of LRECL of a file Posted: Fri Mar 24, 2017 3:25 pm (GMT 5.5) Hi, I have the below file. I have a key in first record as 21810. Similarly you can see as 21811 &...
View ArticleDFSORT/ICETOOL :: RE: Changing of LRECL of a file
Author: Nic Clouston Posted: Fri Mar 24, 2017 3:51 pm (GMT 5.5) You have a data set. And, yes, you can. Read up on RESIZE._________________Regards Nic
View ArticleCOBOL Programming :: RE: Record Not found in AlX but record record present
Author: Robert Sample Subject: Reply to: Record Not found in AlX but record record present Posted: Fri Mar 24, 2017 4:19 pm (GMT 5.5) You really posted very little that can help us. For example, you...
View ArticleJCL & VSAM :: RE: Unable to catalog a gdg dataset residing in multiple volumes
Author: Robert Sample Posted: Fri Mar 24, 2017 4:21 pm (GMT 5.5) How did you catalog it?_________________TANSTAAFL The first rule of code reuse is that the code needs to be worth re-using. "We should...
View ArticleCOBOL Programming :: RE: Record Not found in AlX but record record present
Author: CaptBill Posted: Fri Mar 24, 2017 4:35 pm (GMT 5.5) Also, how did you build the AIX? I've had a condition similar to this when a prior programmer used a non supported method to create the AIX...
View Article