DFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: sergeyken Posted: Wed Sep 07, 2016 10:34 pm (GMT 5.5) 1. This codeCode:SORT FIELDS=COPY Â INREC IFTHEN=(WHEN=(8,3,CH,EQ,C'KKK')), Â OUTREC OVERLAY=(WHEN=(47,3,EQ,C'QQQ')),...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 10:41 pm (GMT 5.5) Right, JP2 should be '333' and there is not need of JP3._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 10:48 pm (GMT 5.5) Yes, they are senseless. But I believe I can do something with what you suggested. I just have to figure a way to put that 'parm=' coding...
View ArticleDFSORT/ICETOOL :: Change date (DD/MM/YY) in 2nd record of a file using DFSORT
Author: uday kiran Subject: Change date (DD/MM/YY) in 2nd record of a file using DFSORT Posted: Wed Sep 07, 2016 10:57 pm (GMT 5.5) Hi All, I have 20 report files (133 LRECL, RECFM=FBA). As an example...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 11:04 pm (GMT 5.5) I guess the best way to explain is that JP1 and JP3 are variable with every job run.
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Wed Sep 07, 2016 11:05 pm (GMT 5.5) What have you tried so far ? I am sure you did not do research and just looking for readymade solution. look here is the latest topic...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: mistah kurtz Posted: Wed Sep 07, 2016 11:08 pm (GMT 5.5)Quote:I just have to figure a way to put that 'parm=' coding into a dataset You can use SYMNAMES for that. Check this link.
View ArticleCLIST & REXX :: RE: Reasonable way of checking wildcards using REXX
Author: mistah kurtz Posted: Wed Sep 07, 2016 11:15 pm (GMT 5.5) Thanks for posting it back!_________________Have you ever considered any real freedoms? Freedoms from the opinion of others...even the...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: uday kiran Posted: Wed Sep 07, 2016 11:25 pm (GMT 5.5) Hey Rohit, I know that I can use DATE1-1 and replace the execution date. However I wanted to know if I can convert the execution date...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: sergeyken Posted: Wed Sep 07, 2016 11:36 pm (GMT 5.5)mistah kurtz wrote:Quote:I just have to figure a way to put that 'parm=' coding into a dataset You can use SYMNAMES for that. Check this...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: mistah kurtz Posted: Wed Sep 07, 2016 11:40 pm (GMT 5.5) What I was thinking that the TS can follow a two steps solution. In first step build the SYMBOLS, using the parm data and then in next...
View ArticleDFSORT/ICETOOL :: RE: Using 'parm' to vary SORTOUT record values ?
Author: Sysaron Posted: Wed Sep 07, 2016 11:47 pm (GMT 5.5) YES Mistah! That will work Perfectly! Thanks again so much for your assistance everyone
View ArticleCICS :: RE: Get system time in micro second or clock uint.
Author: steve-myers Posted: Wed Sep 07, 2016 11:59 pm (GMT 5.5)Robert Sample wrote:2-s complement arithmetic has no bearing on the TOD clock. ...I've written a COBOL TOD translator, and your D14F0580...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Thu Sep 08, 2016 12:14 am (GMT 5.5) 1. People here may answer and ask questions and advise as they want as your are the one who has a problem and seeking help not us. So...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: uday kiran Posted: Thu Sep 08, 2016 12:34 am (GMT 5.5) Sorry Rohit for misquoting you. I don't mean to. Can I execute SORT on all 20 files in a step?_________________Thank You.
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: RahulG31 Subject: Reply to: Change date (DD/MM/YY) in 2nd record of a file using DFSORT Posted: Thu Sep 08, 2016 1:25 am (GMT 5.5) First thing first, Is it the same date in all the files? Can...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Bill Woodger Subject: Reply to: Change date (DD/MM/YY) in 2nd record of a file using DFSORT Posted: Thu Sep 08, 2016 2:39 am (GMT 5.5) You state that the formats are the same and it is a...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Thu Sep 08, 2016 3:01 am (GMT 5.5)Quote:Sorry Rohit for misquoting you. I don't mean toPlease,never do that to someone who is helping you. tested sample and modify per...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Pandora-Box Posted: Thu Sep 08, 2016 12:07 pm (GMT 5.5) Can't we take help of ICETOOL here ?_________________To understand recursion, You must understand recursion Pandora
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Arun Raj Posted: Thu Sep 08, 2016 8:15 pm (GMT 5.5) You can make use of the Y2W(mmddyy) or Y2T(yymdd) formats which takes care of the CC part during a date arithmetic with 6 byte date fields....
View Article