હિમાંશુ પરભુભાઇ મિસ્ત્રી | Himanshu Mistry

October 22, 2009

The Meaning of “Nameste..”

Filed under: Uncategorized — Himanshubhai Mistry @ 12:34 pm
Tags: , , , ,

Watch this short video and listen to this African-American Pastor, Rev. Eddie D. Smith, Sr. telling his young followers to give up “What’s happening, bro?” and take up saying “Namaste” instead. He is not the only Pastor who “preaches” the true meaning of Namaste – there are a few other Pastors who do that.

see this video:
http://www.youtube.com/watch?v=izzNFCtFyyY

August 28, 2009

Google SMS website for PNR and other realtime search

Filed under: Uncategorized — Himanshubhai Mistry @ 12:32 pm

This a trick.

Google provides a demo of Google SMS at following website:

http://www.google.co.in/intl/en_in/mobile/default/sms.html

This demo works with real data.

We can type real PNR and hit send button.

In the mobile image right hand side of the website will show realtime results of our PNR status.

No need to send a message from our own mobile. We can save 2 Rs.

In the case we can’t access internet (while traveling) then send sms “pnr <pnr_number" to 9773300000. Cost per sms is 50 paise for Mumbai mobiles and 2 Rs for other states as the server is located in mumbai.

many other searches we can do through mobile phone. for that :
Save 9-77-33-00000 on your phonebook for quick and easy access to Google SMS.

August 26, 2009

today’s thought 26 aug 2009

Filed under: Uncategorized — Himanshubhai Mistry @ 9:56 am
Tags:

You can close more business in two months
by becoming interested in other people
than you can in two years
by trying to get people interested in you.

– Dale Carnegie

August 7, 2009

MS Word Tip – keyboard Shortcut to Reach Back to the Last Place Edited

Filed under: Uncategorized — Himanshubhai Mistry @ 11:49 am

This Tip is Useful for resuming work on a document we have been working before.

In a Microsoft word document, pressing CTRL+ALT+Z will take you back to the last place edited. It’s a great feature if you write in an iterative way (i.e. write different parts of the documents simultaneously). It is also useful when you write or review a document and want to see where you stopped the last time.

This works for just after opening a saved document.

Source: I got this tip from Here:

August 6, 2009

How to display the screen PF Keys Help to off

Filed under: Uncategorized — Himanshubhai Mistry @ 7:34 pm

I don’t want following lines on my mainframe screen

F1=Help      F2=Split     F3=Exit      F7=Backward  F8=Forward   F9=Swap
F10=Actions  F12=Cancel

Just type following command in command line, then hit enter

pfshow off

If you again want it getting displayed then

pfshow on

Simple, isn’t it?

P.S. : These both commands are once for all.. when you again login to your TSO session, the effect will remain same.

VERY VERY URGENT – PLEASE READ – NOT A JOKE!

Filed under: Uncategorized — Himanshubhai Mistry @ 10:31 am
Dear all,
Don’t get panic of this type of mails….
and please please please don’t forward to any of your friends..
these are tricks to get email addresses for advertising…………
lottery, ganapati bappa, shirdi saibaba origial photo are old topics now… so they have adopted new trick (this one)
ultimately you will forward this type of mail to all your friends in “TO” or “CC” and you will end up showing so many VALID email address in a Chain of mails..
any advertising company can get all these mails and start SPAMMING on your email addresses..
even if you want to forward such mail… then put  all your friends in “BCC” and then send.. also you can delete all previous email addresses
Dear all,
Don’t get panic of this type of mails….
And please please please don’t forward to any of your friends..
These are tricks to get email addresses for advertising…………
Lord Ganesha, Shirdi Saibaba photo, you must send to 20 people in 2 days otherwise you will get bad luck.. blah blah are old topics now… so they have adopted new trick (this is one of the new tricks)
Ultimately you will forward this type of mail to all your friends in “TO” or “CC” and end up showing so many VALID email address in a Chain of mails..
Any advertising/Cheat company/ Hackers can get all these mails and start SPAMMING on your email addresses.. (Lottery mails, I want to transfer 10000000 GBP/USD in your A/c.. are the SPAM mail examples)
Now the question is : How to know whether this is a SPAM/SCAM mail?
Answer : copy the subject line of mail, open Google.com in new browser window, paste the subject line and hit search….
From the search result itself you can judge what type of email it is.
Even if you want to forward such mail… then put  all your friends in “BCC” and then send.. also you can delete all previous email addresses

Decision is yours.

July 22, 2009

deleting all non-exclude X ALL lines in ISPF

Filed under: how to, learning, mainframe — Himanshubhai Mistry @ 6:24 pm

How to delete all Un-Excluded Lines in ISPF

Generally you would have used :
x all; find all <criteria>; del x all

It deletes all lines you have excluded (and don’t need any more) in your dataset.

Here we have different scenario:

We want to exclude all lines that meets a <criteria> and then delete all lines that don’t meet the <criteria> …

steps :

[1] x all <criteria>

It will exclude all lines having the <criteria>

Now read carefully

Now you want to delete all visible lines and keep all excluded lines (which meets your <criteria>)…………..

and unwanted lines are now visible to you.

you want to delete these all visible (unwanted) lines.

the command you have to issue is :

[2] del all nx

it will keep all excluded lines and delete all visible lines.

You will see all the lines are excluded in your dataset,

Just issue reset command and view the result..

Got it ??? !!!!

July 16, 2009

Another ISPF Editor for Windows/Linux/OS2

Filed under: Uncategorized — Himanshubhai Mistry @ 3:01 pm

Windows replacement for Mainframe’s ISPF Editor.

Sometime for analysis purpose we feel, if there was an ISPF editor for windows, it would be easier.

Mizumaki-machi from Japan has engineered a beautiful editor, that fulfills the wish of having ISPF editor on a PC.

Here is what he says in the English version of Index page:


This editor is fit for programmers working on both main-frame and PC.
Its operation is based on mainframe SPF editor, and like as other
editor on PC convenient short-cut key operation is hybrid.
Basic filer operation is also provided such as Delete/Copy/Move/Print.
It can also manipulate binary file.
Powerfull edit function is provided to analyze such as logfile by Excel.
Each version offer common operation on the differrent OS, DOS,OS/2,
Using FTP,Windows/Linux/AIX version support remote file access(edit,delete etc).
Using s3270+IND$FILE+TSO,Win/Linux version support to access TSO file.
Windows/Linux version support open by application such as excel,explorer
/OpenOffice,Nortilus using filename extension association.

By Mizumaki-machi (sakachin2@yahoo.co.jp)


Visit his site http://www.geocities.jp/sakachin2/ for more information and download his freewares…

Note you will need to refer his

July 2, 2009

Smart Phone commericals War…

Filed under: Apple, Fun — Himanshubhai Mistry @ 10:37 am

BlackBerry’s Commercial — attack on Apple.

See the advertisement (commercial) of BlackBerry Smaprt Phone vs. Apple’s iPhone.

BlackBerry Users will love this

BlackBerry Users will love this: How Apple Hits back….

Now you might get interested to know what is the difference between iPhone and BlackBerry

visit this link: iPhone v. BlackBerry: Side By Side, Two Week Comparison

This may be old, new Software for iPhone will come with lot many new features like [1] Cut, Copy & Paste [2] Landscape Keyboard [3] MMS [4] Voice Memos [5] Calendar [6] Enhanced Stocks App and the best of all [7] Spotlight Search

July 1, 2009

How do I install the Arial Unicode MS font

Filed under: Uncategorized — Himanshubhai Mistry @ 11:23 am

Generally people ask for help on Arial Unicode MS font… I found this article on Microsoft Site: http://support.microsoft.com/kb/q287247/

Below is just a part of it. For more information one can click on above link.

How do I install the Arial Unicode MS font?

The Arial Unicode MS font is installed as part of the Microsoft Office Setup and is part of the International Support features. To install the Arial Unicode MS font, follow these steps:

  1. Click Start, point to Settings, and then click Control Panel.NOTE: In Microsoft Windows XP, click Start and then click Control Panel.
  2. In Control Panel, click Add/Remove Programs.
  3. Do one of the following.
  • In Microsoft Windows 98, Microsoft Windows Millennium Edition (Me), or Microsoft Windows NT 4.0:
  • On the Install/Uninstall tab, click Microsoft Office XP (or Microsoft Word 2002), and then click Add/Remove. -or-
  1. In Microsoft Windows 2000 or Microsoft Windows XP:
  2. Click Change or Remove Programs, click Microsoft Office XP (or Microsoft Word 2002), and then click Change.
  3. In the Features to install window, click Next.
  4. Click to expand Office Shared Features.
  5. Click to expand International Support.
  6. Click the icon next to Universal Font, and then click Run all from My computer on the shortcut menu.
  7. Click Update to complete the installation of the Universal Font (Arial Unicode MS) to your computer.
Next Page »

Blog at WordPress.com.