Re: Can DFSORT do pattern matching?

2012-05-29 Thread Nagesh S
What would be cool is a regex pattern engine that DFSORT can invoke. So, once the tiny detail of invoking the Java class using a (new, perhaps) Enn exit is resolved, DFSORT will have regex support. :grin: Nagesh On Wed, May 30, 2012 at 3:27 AM, Frank Yaeger wrote: > Hmmm ... seems to be some pr

Re: IBM researchers make 12-atom magnetic memory bit

2012-01-15 Thread Nagesh S
>>The possibilities of 2.5 Petabytes is, well, an awful lot. Wait until Gen X+1 gets its hand on the 2.5PB machine. They would only weep that their machine does not have an EB of storage ! Nagesh -- For IBM-MAIN subscribe / sign

Re: MD5 hash of a USS file ?

2011-11-22 Thread Nagesh S
Hello Bill, Thanks for the tip on the leading zeros part. Something to keep in mind when using this code ... N On Wed, Nov 23, 2011 at 3:32 AM, Bill Godfrey wrote: > Another Google search turned up the fact that this code (actually some > other code that is very similar to this) would omit lead

Re: MD5 hash of a USS file ?

2011-11-22 Thread Nagesh S
t; > From: McKown, John > > Sent: Tuesday, November 22, 2011 11:57 AM > > To: 'IBM Mainframe Discussion List' > > Subject: RE: MD5 hash of a USS file ? > > > > > -Original Message- > > > From: IBM Mainframe Discussion List &g

Re: MD5 hash of a USS file ?

2011-11-22 Thread Nagesh S
Yes, CSNBOWH does MD5. In the syntax for this function, the input is to be provided is expected to be a string; not a file. N On Tue, Nov 22, 2011 at 11:03 PM, Paul Gilmartin wrote: > On Tue, 22 Nov 2011 22:54:23 +0530, > ನಾಗೇಶ್ > ಸುಬ್ರಹ್ಮಣ್ಯ > (N wrote: > > >Hi, > >How do I obtain the md5sum

MD5 hash of a USS file ?

2011-11-22 Thread Nagesh S
Hi, How do I obtain the md5sum of a file located in USS directory ? I have come across the CSNBOWH callable ICSF function. But, I am looking for a JCL job step type of solution. In the ported tools page, I see a link for sha command, but not for md5. Apology if this question sounds too basic; bee

Re: USS webserver downloading .xls (html) file corrupt/bad format

2011-05-15 Thread Nagesh S
In your AddType, is the MIME type of MS Excel correct ? Related : http://www.idug.org/solutions-journal-content/idug-e-bulletin-september-2010.html#N2005A N On Sun, May 15, 2011 at 5:17 PM, Naqvi Aman wrote: > Thanks Steve, > > I'm one step closer now after adding the following to my httpd.con

Re: Encryption, compression, etc.

2011-04-05 Thread Nagesh S
Is z/OS Encryption Facility different from ICSF ? A link to the app prog guide here : http://publib.boulder.ibm.com/infocenter/zos/v1r10/topic/com.ibm.zos.r10.csfb400/toc.htm N 2011/4/5 Kirk Wolf > Thanks for the kind plug John > > A few comments - > > - With IBM Ported Tools OpenSSH, you can p

Re: QSAM concatenation where the first DD is DUMMY?

2011-03-07 Thread Nagesh S
Would the effect be the same with DSN=NULLFILE ? I wish I could test; but, I do not have access to a z system these days. The manuals seem to convey NULLFILE and DUMMY do not differ. Of course, one can actually allocate an empty dataset in ISPF 3.2 and then provide this name in the override. ;-)