Re: Unable to compile Java - iconv_init problem

2007-06-25 Thread Nagesh
Hi Mark,Bill, Thanks for the responses. Mark, I added the STEPLIB variable to point to SCEERUN2 and the compilation went ok. (See below). I must ask this. How did you know that the SCEERUN2 PDS was required in STEPLIB ? Regards, Nags. -

Re: Unable to compile Java - iconv_init problem

2007-06-25 Thread Nagesh
hmmm...I see. Thanks, Mark. I think, I am working on the most fragile/brittle system ! I had the .profile set up with the STEPLIB variable that you mentioned earlier. No changes since then. And, guess what ? The same problem again !! This system seems to have its own mind - and a highly idiosy

Re: Unable to compile Java - iconv_init problem

2007-06-26 Thread Nagesh
Hi Mark, It does say SYS1.SCEERUN2 ! And, yet, I do not understand why the variable value is not honored. BTW, using TSO ISRFIND (no TASID here, :-( ), I could see that SYS1.SCEERUN2 is indeed allocated to LINKLST. So, ideally of course, STEPLIB variable is not required. Also, for no appar

Re: Unable to compile Java - iconv_init problem

2007-06-26 Thread Nagesh
Hi Mark, We are at z/OS 1.9. The maintenance and the PTF thing is a bit out of my league, :-D I will try to find out that, though. Regards, Nags. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Unable to compile Java - iconv_init problem

2007-06-26 Thread Nagesh
Hi all, I have been told that there is some issue with Unicode implementation that would be resolved soon. A TON of thanks to everyone who participated in this discussion !! Regards, Nagesh. -- For IBM-MAIN subscribe

Re: Idenitfy ibm-main posts on Lotus Notes

2007-06-28 Thread Nagesh
Set up Mozilla Thunderbird for your GMail account or an SMTP account at work :) -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search th

JZOS: RC=106 when submitting job on Java 5.0

2007-06-28 Thread Nagesh
Hi, I am getting a RC of 106 when I am submitting a job using JZOS for Java 5.0. I have specified REGION size as 128M. What am I missing ? (I did send email to MVS-OE mailing list and posted on the discussion forum for JZOS. I thought, I will toss this one here too.) The trace : 03:40:56 JZOS

Re: JZOS: RC=106 when submitting job on Java 5.0

2007-06-29 Thread Nagesh
Hi, I tried with REGSiZE=512M and got past the error. Thank you ! Regards, Nags -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the a

S013-C0 while compiling OO COBOL program using a job step.

2007-07-07 Thread Nagesh
Hi, I am trying to compile my OO COBOL program on z/OS using JCL. The program has been written in a HFS file. I am getting this message : IEC141I 013-C0,IGG0199G,S611204C,STEP1,SYSJAVA ACCESS INTENT(RW-) ACCESS ALLOWED(OWNER ---) EFFECTIVE UID(000237) EFFECTIVE GID(000191) wher

Re: S013-C0 while compiling OO COBOL program using a job step.

2007-07-08 Thread Nagesh
Hi Bill, No, there is no existing file. "Your PATHMODE seems OK but doesn't match the value reported for access allowed for file owner in the message." I didn't quite follow you there. Shouldn't the PATHMODE value of SIRWXG and SIRWXO allow files to be cr

Re: S013-C0 while compiling OO COBOL program using a job step.

2007-07-10 Thread Nagesh
Hello all, Mr William Klien answered in comp.lang.cobol forum that I had to modify the SYSJAVA DD name to : //SYSJAVA DD PATH='/u/userid/java/&SRC..java', //PATHOPTS=(OWRONLY,OCREAT,OTRUNC), //PATHDISP=KEEP, //PATHMODE=SIRWXU,

Re: JAVA SAX XML parser - GOTCHA!

2007-07-21 Thread Nagesh
John, After converting the .xml files to EBCDIC, try this in prolog and start JBOSS. Regards, Nags. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IB

Re: ICSF for Dummies

2007-07-23 Thread Nagesh
Hi Mark, Try these IBM Redbooks : http://www.redbooks.ibm.com/abstracts/sg247318.html?Open http://www.redbooks.ibm.com/redpieces/abstracts/sg247434.html?Open Regards, Nags. -- *Debugging tip: * When you have eliminated all which is impossible, then whatever remains, however improbable, mus

Re: Fw: COBOL Functions

2007-07-24 Thread Nagesh
Hi, Stirring the pot some more Maybe if you used the CALL...RETURNING syntax : http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igy3pg32/4.2.4.3?SHELF=&DT=20061117131343 ? Or, write your COBOL function as OO COBOL function. Then, you have a whole object to give and take than jus

Re: Tools for Validating COBOL Source

2007-07-24 Thread Nagesh
Hi Lizette, I haven't tried thisbut, it might do the trick. Open the COBOL source in edit mode and type HI on the command line and hit Enter. You will see the below. Select 5 for COBOL and select option 3 for Coloring. File Languages Colors Help

Re: Fw: COBOL Functions

2007-07-24 Thread Nagesh
Hi Howard, I got this example working : http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/igy3pg32/2.3.2.3.1?SHELF=&DT=20061117131343 I extended the above example by having a procedural COBOL program calling OO COBOL which invoked the Java class. That worked too. I am currently tryin

Re: Cobol Conditional Compile

2007-07-24 Thread Nagesh
Hi, I vaguely remember such a requirement. The code went something like this : #IF RUNNING-IN-CICS #EXEC CICS LINK UTILPROG #END-IF #IF RUNNING-IN-BATCH # CALL UTILPROG #END-IF The main program was some sort of generic driver type of program which required invocation of UTILPROG. They ev

Re: Web access to mainframe datasets

2007-07-31 Thread Nagesh
Hi Brian Have you considered J2EE ? I admit I am not too good on the security part. But, here goes. You can install Tomcat on USS and deploy an application that shows a list of files hyperlinked to a file in the deployment folder in Tomcat. This file would be the HTML version and ASCII encode

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 s

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. ;-)

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: 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

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: 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

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
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: 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 sub

Unable to compile Java - iconv_init problem

2007-06-23 Thread Nagesh Subrahmanyam
Hi, When I compile my Java class (on 1.5.0), I get this message : CEE3250C The system or user abend U4093 R=00CC was issued. From entry point iconv_init at compile unit offset +11B90C78 at entry offset +00B8 at address 11B90C78. I do not know where to begi