DFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Thu Nov 10, 2016 7:46 pm (GMT 5.5) Arun, the SORT FIELDS=COPY is missing in the control card which I pasted in my earlier post. The sample input file has records with XXX, YYY...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Arun Raj Posted: Thu Nov 10, 2016 7:55 pm (GMT 5.5)Quote:The sample input file has records with XXX, YYY and ZZZ You're right. I was looking at pos-1 instead, my bad. I got errors with the...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Thu Nov 10, 2016 8:10 pm (GMT 5.5) Its ok. I've used FILES instead of FNAMES. Can you please give a try using this._________________3NADH
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Bill Woodger Subject: Reply to: How to update a portion of text in a trailer record Posted: Thu Nov 10, 2016 8:33 pm (GMT 5.5) Trinadh, I know you are capable with SORT, and usually work with...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Arun Raj Posted: Thu Nov 10, 2016 8:42 pm (GMT 5.5)Quote:I've used FILES instead of FNAMESStill your latest control card has FNAMES. It does not help if you are not showing what you actually...
View ArticleDB2 :: RE: Updating Cursor row withour using FOR UPDATE
Author: RahulG31 Subject: Reply to: Updating Cursor row withour using FOR UPDATE Posted: Thu Nov 10, 2016 9:36 pm (GMT 5.5)Quote:it says updates are impacting the WHERE clause and for that case...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Thu Nov 10, 2016 11:58 pm (GMT 5.5) Arun, I've tried the following the codeCode:SORT FIELDS=COPY OUTFIL FILES=01, INCLUDE=(25,3,CH,EQ,C'XXX'),...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: RahulG31 Subject: Reply to: How to update a portion of text in a trailer record Posted: Fri Nov 11, 2016 12:55 am (GMT 5.5) The reason of your issue was given by Rohit a long time ago and then...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Trinadh Posted: Fri Nov 11, 2016 1:07 am (GMT 5.5) Hi Rahul, I'm aware of what is causing the issue and requesting the group that how I could I achieve this output through INREC or OUTREC along...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Bill Woodger Subject: Reply to: How to update a portion of text in a trailer record Posted: Fri Nov 11, 2016 1:12 am (GMT 5.5) Again, in either INREC or OUTREC you are going to have to use...
View ArticleDFSORT/ICETOOL :: RE: How to update a portion of text in a trailer record
Author: Arun Raj Posted: Fri Nov 11, 2016 1:17 am (GMT 5.5) Rahul, there were multiple issues as you might have noticed already - the attempt of overlaying a constant in TRLUPD subparameter, and the...
View ArticleDFSORT/ICETOOL :: RE: Matching with Key at different postions.
Author: rajatbagga Posted: Fri Nov 11, 2016 5:45 am (GMT 5.5) Thanks Bill and all others for showing interest. I will spin my head around it based on your suggestions. Regards, Rajat
View ArticleMainframe Jobs :: Capgemini Japan is looking for Mainframe Developers!!
Author: linkajay Subject: Capgemini Japan is looking for Mainframe Developers!! Posted: Fri Nov 11, 2016 9:23 am (GMT 5.5) Capgemini Japan is looking for: ã¡ã¤ã³ãã¬ã¼ã éçºã¨ã³ã¸ãã¢(IBM...
View ArticleDFSORT/ICETOOL :: Check System time(Minute) Using TIME1 function
Author: balaji81_k Subject: Check System time(Minute) Using TIME1 function Posted: Fri Nov 11, 2016 10:53 am (GMT 5.5) Hi, I have a file triggered job and it will process set of steps if current minute...
View ArticleDFSORT/ICETOOL :: RE: Check System time(Minute) Using TIME1 function
Author: Rohit Umarjikar Posted: Fri Nov 11, 2016 12:15 pm (GMT 5.5) So you want to know how to pull minutes out of TIME1 or TIMENS(24) Format and the check cond less than 30 and set some RC...
View ArticleDFSORT/ICETOOL :: RE: Check System time(Minute) Using TIME1 function
Author: balaji81_k Posted: Fri Nov 11, 2016 12:22 pm (GMT 5.5) Yes Rohit_________________dear peoples, i want to join these this group in order to enrich my knowledge in mainframe.
View ArticleDFSORT/ICETOOL :: RE: Check System time(Minute) Using TIME1 function
Author: Garry Carroll Posted: Fri Nov 11, 2016 5:06 pm (GMT 5.5) I'm not sure if this would be of use. Code:// EXEC PGM=ICEMAN //*...
View ArticleDFSORT/ICETOOL :: RE: Check System time(Minute) Using TIME1 function
Author: Arun Raj Posted: Fri Nov 11, 2016 10:00 pm (GMT 5.5) An alternative as hinted by Rohit above is, to use TIME1 in INREC and evaluate the minute part to INCLUDE the record in OUTFIL checking if...
View ArticleDFSORT/ICETOOL :: For each given key value, how to keep up to the first n recs
Author: Div Grad Subject: For each given key value, how to keep up to the first n recs Posted: Fri Nov 11, 2016 11:38 pm (GMT 5.5) I have a file where each input line consists of: Country, City,...
View ArticleDFSORT/ICETOOL :: RE: For each given key value, how to keep up to the first n...
Author: Rohit Umarjikar Posted: Fri Nov 11, 2016 11:53 pm (GMT 5.5)Quote:I keep the three records of the most populous cities Is there any logic to pick popular cities else you can try below approach....
View Article