CLIST & 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 ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: uday kiran Posted: Thu Sep 08, 2016 9:03 pm (GMT 5.5) Rohit, Thank You. I coded based on your hints. Input file: 80 bytes 1st record 10th byte - MEDICARE REPORT 2nd record 1st byte - PART A 2nd...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Arun Raj Posted: Thu Sep 08, 2016 11:10 pm (GMT 5.5) Uday, Did your requirement just change from - subtracting a day from a date value in the input file TO just finding "current system date -...
View ArticleDFSORT/ICETOOL :: RE: Change date (DD/MM/YY) in 2nd record of a file using...
Author: Rohit Umarjikar Posted: Fri Sep 09, 2016 1:49 am (GMT 5.5) I guess, it was a coincidence that TS posted the current date as an example Quote:As an example they all have header as shown below,...
View ArticleCLIST & REXX :: DIalog under CMS (z/VM)
Author: jpsager Subject: DIalog under CMS (z/VM) Posted: Fri Sep 09, 2016 4:46 pm (GMT 5.5) I @all so I'm back to the good old z/VM CMS and VSE after 25 years z/OS. I try to write a REXX Dialog on CMS...
View ArticleTSO/ISPF :: How to show message using batch jobs
Author: madprasy Subject: How to show message using batch jobs Posted: Fri Sep 09, 2016 6:55 pm (GMT 5.5) I would like to display a pop up message in TSO ISPF whenever some critical steps gets...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: Terry Heinze Posted: Fri Sep 09, 2016 7:11 pm (GMT 5.5) Incorporate the following step in your JCL and execute it based on a return code from a previous step:Code://SEND EXEC PGM=IKJEFT01...
View ArticleTSO/ISPF :: RE: How to show message using batch jobs
Author: daveporcelan Posted: Fri Sep 09, 2016 7:16 pm (GMT 5.5) IMHO, these messages, are very annoying. Often they get missed, because if you are in the middle of typing, they flash across your...
View Article