DFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: bhavana yalavarthi Posted: Tue May 16, 2017 2:29 pm (GMT 5.5) I mean whatever data is available in input VB file,that data should get copied to output FB file ,as spaces are getting populated...
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: bhavana yalavarthi Posted: Tue May 16, 2017 2:33 pm (GMT 5.5) Sample I/p having 32750 RECL.Code:ISA*00* *00* *01*032893096...
View ArticleCompuware & Other Tools :: Fileaid 2 commands instream work. In dataset 2nd...
Author: descann Subject: Fileaid 2 commands instream work. In dataset 2nd fails Posted: Tue May 16, 2017 3:31 pm (GMT 5.5) Running two change commands (one EA, one replace) as instream data works. Both...
View ArticleDB2 :: RE: DB2 - TERMINATE utility
Author: farhad_evan Posted: Tue May 16, 2017 4:29 pm (GMT 5.5) When your utility job fails, First you must run term util command to clean up it , Except that in LOAD utility Table Space goes to recover...
View ArticleCompuware & Other Tools :: RE: Fileaid 2 commands instream work. In dataset...
Author: mistah kurtz Posted: Tue May 16, 2017 4:40 pm (GMT 5.5) Check the LRECL of the SYSIN PDS: DMOC.UPGRADE.DATA. Is it greater than 80? Read this File-Aid Batch Reference for more info.
View ArticleCompuware & Other Tools :: RE: Fileaid 2 commands instream work. In dataset...
Author: descann Posted: Tue May 16, 2017 4:55 pm (GMT 5.5) Yes it was. Now changed to 80 bytes and it works a treat. Thanks Yes I have been looking at the manual thanks.
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: Arun Raj Posted: Tue May 16, 2017 5:25 pm (GMT 5.5) You could give the DFSORT 'RESIZE' a try. And then make sure you get rid of the 'blank' records._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: Rohit Umarjikar Posted: Tue May 16, 2017 8:30 pm (GMT 5.5)http://ibmmainframes.com/about62609.html_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but...
View ArticleDB2 :: RE: DB2 - TERMINATE utility
Author: vasanthz Posted: Tue May 16, 2017 10:12 pm (GMT 5.5) Hi Farhad, I understood what an utility is, Thank you. But we need only the timestamp when a utility was terminated....
View ArticleTSO/ISPF :: RE: member list compare
Author: Pedro Subject: Reply to: member list compare Posted: Wed May 17, 2017 5:06 am (GMT 5.5) If I were doing this exercise: a. issue from command line:Code: VIEW PEDRO.CLIST.CLIST...
View ArticleABENDS & Debugging :: Job failing with USER = 4093 REASON CODE = 000003EC
Author: Pradeepa S Subject: Job failing with USER = 4093 REASON CODE = 000003EC Posted: Wed May 17, 2017 3:35 pm (GMT 5.5) Hi, I have Compiled a module in V5.1 and executed Job, but receiving User...
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: bhavana yalavarthi Posted: Wed May 17, 2017 3:35 pm (GMT 5.5) The link you have suggested is in case of FB file. Can you please tell me whether I can use the same RESIZE option during VB to FB...
View ArticleABENDS & Debugging :: RE: Job failing with USER = 4093 REASON CODE = 000003EC
Author: Robert Sample Subject: Reply to: Job failing with USER = 4093 REASON CODE = 000003EC Posted: Wed May 17, 2017 5:30 pm (GMT 5.5) First, 4.2 and 5.1 of what? You posted in the ABENDS &...
View ArticleTSO/ISPF :: RE: member list compare
Author: Willy Jensen Posted: Wed May 17, 2017 5:40 pm (GMT 5.5) I have been thinking about such a compare dialog for a while and and finally got started on it. So here is the first version. This is...
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: Nic Clouston Posted: Wed May 17, 2017 5:50 pm (GMT 5.5) If you had read the entire topic you would have found that it actually related to VB data set (NOTE: DATA SET not...
View ArticleTSO/ISPF :: RE: member list compare
Author: Willy Jensen Posted: Wed May 17, 2017 8:52 pm (GMT 5.5) Found and corrected a bug. See http://www.harders-jensen.com/wjtech/programs.html for the fix_________________WJ
View ArticleDFSORT/ICETOOL :: RE: Converting Variable block file to Fixed block file
Author: Rohit Umarjikar Posted: Wed May 17, 2017 10:22 pm (GMT 5.5) So basically you don't want to put time and efforts to learn yourself, your choice. Feed this card to your input data and let us...
View ArticleDFSORT/ICETOOL :: How to change 'K' or 'M' use Sort
Author: vice_versa Subject: How to change 'K' or 'M' use Sort Posted: Thu May 18, 2017 7:11 am (GMT 5.5) Hello everyone, I want to change below dataCode:1M 1M 128K 145M...
View ArticleDFSORT/ICETOOL :: RE: How to change 'K' or 'M' use Sort
Author: mistah kurtz Posted: Thu May 18, 2017 1:12 pm (GMT 5.5) I don't know if this is the most efficient way of doing it, but here is a sample rexx. You can expand it to process the complete dataset....
View ArticleDFSORT/ICETOOL :: RE: How to change 'K' or 'M' use Sort
Author: enrico-sorichetti Subject: Reply to: How to change 'K' or 'M' use Sort Posted: Thu May 18, 2017 1:31 pm (GMT 5.5) not what the TS asked for, but writing small rexx snippets is like doing...
View Article