JCL & VSAM :: RE: Report output in Spool
Author: Willy Jensen Posted: Wed Apr 27, 2016 8:09 pm (GMT 5.5) if the program specifies lrecl 135 internally, then that is what you get, no matter what you specify in JCL._________________WJ
View ArticleDB2 :: RE: Help with SOC4 on DSNHLI/DSNELI
Author: Kiran K Menon Posted: Wed Apr 27, 2016 8:34 pm (GMT 5.5) Robert, i wasn't waiting for an update from the forum before reaching out to the support group. I have mentioned that in my third post...
View ArticleSYNCSORT :: Unique sort situation....
Author: dbecker Subject: Unique sort situation.... Posted: Wed Apr 27, 2016 8:53 pm (GMT 5.5) Here is what I need to do. First 4 bytes in file are M2## followed by a 13 byte numeric....
View ArticleSYNCSORT :: RE: Unique sort situation....
Author: Rohit Umarjikar Posted: Wed Apr 27, 2016 9:12 pm (GMT 5.5)Quote: I know one could modify the file and change all M204 in pos 1 - 4 to M299 and then sort and then change back to M204. inrec...
View ArticleJCL & VSAM :: RE: Report output in Spool
Author: amitc23 Posted: Wed Apr 27, 2016 9:23 pm (GMT 5.5) In program it is x(133)
View ArticleSYNCSORT :: RE: Unique sort situation....
Author: dbecker Subject: Reply to: Unique sort situation.... Posted: Wed Apr 27, 2016 9:40 pm (GMT 5.5) Could you elaborate.....would that be via the FINDREP command you are talking about?
View ArticleSYNCSORT :: RE: Unique sort situation....
Author: Rohit Umarjikar Posted: Wed Apr 27, 2016 11:28 pm (GMT 5.5)Code://SORTIN DD *Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â M2031111111111111Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â M2041111111111111...
View ArticleCLIST & REXX :: RE: Free FILE not working for specific users
Author: Pedro Subject: Reply to: Free FILE not working for specific users Posted: Thu Apr 28, 2016 1:35 am (GMT 5.5) Lesson learned: Do not use common command verbs as rexx exec...
View ArticleDFSORT/ICETOOL :: Need help on comparing hexadecimal values
Author: ashok_uddaraju Subject: Need help on comparing hexadecimal values Posted: Thu Apr 28, 2016 2:08 am (GMT 5.5) Hi All, I am trying to compare 2 files with a key which is hexadecimal. I use sort...
View ArticleDFSORT/ICETOOL :: RE: Need help on comparing hexadecimal values
Author: Rohit Umarjikar Posted: Thu Apr 28, 2016 3:42 am (GMT 5.5) Why do you not do some research before posting, as I could see a lot of examples over here?_________________Regards, Rohit...
View ArticleDFSORT/ICETOOL :: RE: Need help on comparing hexadecimal values
Author: ashok_uddaraju Subject: Reply to: Need help on comparing hexadecimal values Posted: Thu Apr 28, 2016 4:21 am (GMT 5.5) my input files are VB files with record length 27994 and when i used the...
View ArticleDFSORT/ICETOOL :: RE: Need help on comparing hexadecimal values
Author: Rohit Umarjikar Posted: Thu Apr 28, 2016 7:20 am (GMT 5.5) You need to exclude the RDW , hence out of range. However, please use code tags when you represents any code and you have been here...
View ArticleCICS :: Why Newcopy is required when we have Phase-in?
Author: DIXINSH Subject: Why Newcopy is required when we have Phase-in? Posted: Thu Apr 28, 2016 9:47 am (GMT 5.5) We all know, we use NEWCOPY to refresh the program however if module is in use i.e...
View ArticleSYNCSORT :: RE: Unique sort situation....
Author: Pandora-Box Posted: Thu Apr 28, 2016 10:42 am (GMT 5.5) FINDREP doesn't look to be a clean solution, for me at least._________________To understand recursion, You must understand recursion...
View ArticleAll Other Mainframe Topics :: FTP help required
Author: amitc23 Subject: FTP help required Posted: Thu Apr 28, 2016 12:02 pm (GMT 5.5) Hi I am trying to understand the difference between a FTP (without TLS) and FTP(with TLS) from mainframe to...
View ArticleSYNCSORT :: RE: Unique sort situation....
Author: Bill Woodger Subject: Reply to: Unique sort situation.... Posted: Thu Apr 28, 2016 12:10 pm (GMT 5.5) The swap-in/swap-out is fine as long as the value being changed-to does not exist in the...
View ArticleDFSORT/ICETOOL :: RE: Need help on comparing hexadecimal values
Author: Bill Woodger Subject: Reply to: Need help on comparing hexadecimal values Posted: Thu Apr 28, 2016 12:15 pm (GMT 5.5) I suggest you check the documentation for the maximum record-lengths...
View ArticleCLIST & REXX :: RE: Free FILE not working for specific users
Author: Willy Jensen Posted: Thu Apr 28, 2016 12:22 pm (GMT 5.5) And perhaps another lesson: check after each significant statement. A test of the RC value after the ALLOCATE would have showed that...
View ArticleCICS :: RE: Why Newcopy is required when we have Phase-in?
Author: Rohit Umarjikar Posted: Thu Apr 28, 2016 12:58 pm (GMT 5.5) Welcome! You would have to do a bit of a research before getting into it as IBM has documented everything on this here. quick is...
View ArticleAll Other Mainframe Topics :: RE: FTP help required
Author: PeterHolland Posted: Thu Apr 28, 2016 1:38 pm (GMT 5.5)Quote: but at my installation the transfer is not using TLS. There will be probably a reason for that (FTPS not implemented?) Ask your...
View Article