Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 8500 articles
Browse latest View live
↧

DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: ameetmund Subject: Reply to: Compare two files and subtract values Posted: Fri Mar 31, 2017 4:48 pm (GMT 5.5) Hi Sergyken, Actually there are few other fields as well, which may differ in both...

View Article


DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: ameetmund Subject: Reply to: Compare two files and subtract values Posted: Fri Mar 31, 2017 4:58 pm (GMT 5.5) Forgot to mention that the joinkeys in Sort card have the amount field as well...

View Article


DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: sergeyken Subject: Re: Reply to: Compare two files and subtract values Posted: Fri Mar 31, 2017 5:12 pm (GMT 5.5)ameetmund wrote:Forgot to mention that the joinkeys in Sort card have the amount...

View Article

DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: ameetmund Subject: Reply to: Compare two files and subtract values Posted: Fri Mar 31, 2017 5:40 pm (GMT 5.5) I do understand the meaning of ' JOIN UNPAIRED' and I don't want ready to use...

View Article

DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: Arun Raj Posted: Fri Mar 31, 2017 5:55 pm (GMT 5.5)ameetmund wrote:Forgot to mention that the joinkeys in Sort card have the amount field as well along with few other fields. So it's a...

View Article


DFSORT/ICETOOL :: RE: Compare two files and subtract values

Author: ameetmund Subject: Reply to: Compare two files and subtract values Posted: Fri Mar 31, 2017 7:32 pm (GMT 5.5) Arun Raj, Thank you so much. Your suggestion helped me to run my job. It's working...

View Article

All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: vasanthz Posted: Fri Mar 31, 2017 11:17 pm (GMT 5.5) Based on your input and output, you need to remove the DSD option in your original code and you would get the output that you require. From...

View Article

IMS DB/DC :: Need inputs on Space requirement and usage for IMS DBA job

Author: ashek15 Subject: Need inputs on Space requirement and usage for IMS DBA job Posted: Sat Apr 01, 2017 8:26 am (GMT 5.5) Hi all Is it possible to estimate and monitor the space requirement for...

View Article


IMS DB/DC :: Full health checks of IMS databases

Author: ashek15 Subject: Full health checks of IMS databases Posted: Sat Apr 01, 2017 8:34 am (GMT 5.5) Hi All Can someone please share the pointers on how to approach the Complete health checks of ims...

View Article


All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: raja Arumugam Subject: Reply to: Strings with double quotes having problem when used with DLM Posted: Sat Apr 01, 2017 8:54 am (GMT 5.5) Vasanthz I have tried this earlier.If you provide the...

View Article

IMS DB/DC :: RE: Full health checks of IMS databases

Author: PeterHolland Posted: Sat Apr 01, 2017 12:21 pm (GMT 5.5) Sure. Google on : 'health checks of IMS databases'

View Article

All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: CaptBill Subject: Re: Strings with double quotes having problem when used with DLM Posted: Sat Apr 01, 2017 2:27 pm (GMT 5.5)raja Arumugam wrote:Hi All, I am new to SAS and my requirement is to...

View Article

All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: Nic Clouston Posted: Sat Apr 01, 2017 4:29 pm (GMT 5.5) If you had botherted to use the code tags to present your code then the multiple spaces between STORES31 and YORK would have been clear...

View Article


All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: steve-myers Posted: Sun Apr 02, 2017 6:26 am (GMT 5.5) Just to be sure. When you talk about double quote, do you mean a single character like (") or are you talking 2 single characters, like...

View Article

All Other Mainframe Topics :: RE: Strings with double quotes having problem...

Author: raja Arumugam Subject: Reply to: Strings with double quotes having problem when used with DLM Posted: Sun Apr 02, 2017 10:19 pm (GMT 5.5) @Nic I tried copying the input snippet from mainframe...

View Article


TSO/ISPF :: RE: Splitting of single report to seperate reports using XMITIP

Author: abdulrafi Posted: Mon Apr 03, 2017 3:59 pm (GMT 5.5) Hi, Need one more help. With same inputs and jcls, I have 2 control cards and am executing a XMITIP step to send the reports to users....

View Article

Image may be NSFW.
Clik here to view.

DB2 :: how to mask the phone number

Author: kumarinfy Subject: how to mask the phone number Posted: Mon Apr 03, 2017 5:23 pm (GMT 5.5) Hi , could you please help me to prepare a select query to mask the phone no my requirement is to mask...

View Article


DB2 :: RE: how to mask the phone number

Author: steve-myers Posted: Mon Apr 03, 2017 5:50 pm (GMT 5.5)Do not post the same request in multiple forums. It won't do you any good. For the most part the people willing to respond to your request...

View Article

Image may be NSFW.
Clik here to view.

DB2 :: RE: how to mask the phone number

Author: enrico-sorichetti Subject: Reply to: how to mask the phone number Posted: Mon Apr 03, 2017 6:09 pm (GMT 5.5) a telephone number is NOT a credit card number ... showing the last four digits of a...

View Article

DB2 :: RE: how to mask the phone number

Author: GuyC Posted: Mon Apr 03, 2017 6:19 pm (GMT 5.5)Code:concat(repeat('*',length(trim(tel))-4),right(trim(tel),4))_________________Select * from users where clue > 0SQLstate=02000

View Article
Browsing all 8500 articles
Browse latest View live