TSO/ISPF :: member list compare
Author: jzhardy Subject: member list compare Posted: Fri May 12, 2017 3:18 pm (GMT 5.5) does anyone know how to do a member list compare on the command line in ispf ? I can be done by saving member...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: Vikas Maharnawar Subject: Reply to: Replace values in the input data Posted: Fri May 12, 2017 3:27 pm (GMT 5.5) It works successfully. Thank you all of you for giving your valuable time and...
View ArticleTSO/ISPF :: RE: member list compare
Author: mistah kurtz Posted: Fri May 12, 2017 3:39 pm (GMT 5.5) In Option 3.13, select the Compare Type option: 1. File.Code: SuperCE Utility...
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: Arun Raj Posted: Fri May 12, 2017 9:38 pm (GMT 5.5) Rick, A good friend and a mentor of mine pointed out that we could validate any input date by merely applying a date conversion on the input...
View ArticleDFSORT/ICETOOL :: RE: Replace values in the input data
Author: Rohit Umarjikar Posted: Sat May 13, 2017 3:04 am (GMT 5.5) Welcome here!._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to...
View ArticleTSO/ISPF :: RE: member list compare
Author: jzhardy Posted: Sat May 13, 2017 5:21 am (GMT 5.5) I know this, but that's not what I'm looking for. I want it from a PDS list view. I suspect it's not possible without a REXX script
View ArticleTSO/ISPF :: RE: member list compare
Author: vasanthz Posted: Sat May 13, 2017 5:43 am (GMT 5.5)Quote: I want it from a PDS list view. I suspect it's not possible without a REXX script I believe you can't get what you want on PDS list...
View ArticleDFSORT/ICETOOL :: RE: Validate date and numeric fields and set step rc
Author: sergeyken Posted: Sat May 13, 2017 8:11 pm (GMT 5.5)Arun Raj wrote:Rick, A good friend and a mentor of mine pointed out that we could validate any input date by merely applying a date...
View ArticleCompuware & Other Tools :: Fileaid Update Replace with null string
Author: descann Subject: Fileaid Update Replace with null string Posted: Mon May 15, 2017 3:00 pm (GMT 5.5) I wish to update a JCL procedure library changing all occurrences of the string "&VERN.."...
View ArticleCompuware & Other Tools :: RE: Fileaid Update Replace with null string
Author: mistah kurtz Posted: Mon May 15, 2017 3:38 pm (GMT 5.5) Try EA (Edit all):Code:££DD01 UPDATE EA=(1,0,C".&VERN..",C'.')
View ArticleCompuware & Other Tools :: RE: Fileaid Update Replace with null string
Author: descann Posted: Mon May 15, 2017 3:56 pm (GMT 5.5) Thanks, that worked a treat.
View ArticleCompuware & Other Tools :: RE: Fileaid Update Replace with null string
Author: mistah kurtz Posted: Mon May 15, 2017 4:09 pm (GMT 5.5) You are welcome. REPL works fine if the old-data and new-data lengths are same. In your case, REPL is updating the old-data at first...
View ArticleCompuware & Other Tools :: RE: Fileaid Update Replace with null string
Author: descann Posted: Mon May 15, 2017 4:29 pm (GMT 5.5) Thanks again. That makes things much clearer.
View ArticleIBM Tools :: RMM: scratching a volume that RMM thinks is part of a chain
Author: Hervey Martinez Subject: RMM: scratching a volume that RMM thinks is part of a chain Posted: Mon May 15, 2017 8:51 pm (GMT 5.5) We had an issue with our RACF rules and several volumes that were...
View ArticleDB2 :: DB2 - TERMINATE utility
Author: vasanthz Subject: DB2 - TERMINATE utility Posted: Mon May 15, 2017 11:49 pm (GMT 5.5) Hi, Could you please let me know how to determine when a DB2 utility was terminated. DB2 utility for...
View ArticleDB2 :: RE: DB2 - TERMINATE utility
Author: Arun Raj Posted: Tue May 16, 2017 1:54 am (GMT 5.5) Vasanth, At one of my previous sites, we used to check the SYSIBM.SYSCOPY DB2 system catalog table to know when LOADs were done last on a...
View ArticleDB2 :: RE: DB2 - TERMINATE utility
Author: vasanthz Posted: Tue May 16, 2017 2:48 am (GMT 5.5) Hi Arun, Thank you for the pointer about ICTYPE. I guess I did not explain my scenario in detail, I would try now, We have a LOAD job and it...
View ArticleCLIST & REXX :: RE: Translating Quotes
Author: Khadhar Basha Posted: Tue May 16, 2017 10:28 am (GMT 5.5) Thank you Pedro. I have corrected as above _________________Khadhar Basha
View ArticleDFSORT/ICETOOL :: Converting Variable block file to Fixed block file
Author: bhavana yalavarthi Subject: Converting Variable block file to Fixed block file Posted: Tue May 16, 2017 2:20 pm (GMT 5.5) Hi, Iam trying to convert Variable block file(Record length-32750) to...
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: mistah kurtz Posted: Tue May 16, 2017 2:27 pm (GMT 5.5)Quote:Please suggest me a way to get rid of spaces. What do you mean by getting rid of spaces. What do you expect? Did you mean that the...
View Article