Mark Zelden wrote: > On Wed, 28 Nov 2007 15:25:45 -0500, Knutson, Sam <[EMAIL PROTECTED]> wrote: > > >> Did anyone install the new Crypto Web deliverable yet? How did it go? >> > > Not planning on it. Do you need the new functionality or are you planning > on installing it just because it's there? We haven't ordered z/OS 1.9 yet, > but > I assume this is what will come with it when we do (soon). > > Mark > -- > Mark Zelden > Sr. Software and Systems Architect - z/OS Team Lead > Zurich North America / Farmers Insurance Group - ZFUS G-ITO > mailto:[EMAIL PROTECTED] > z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ > Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html >
Well I just ipled a zos 1.8 system with the new HCR7750 FMID installed and immediately ran into a problem. If you don't define a new PKDS dataset with the increased record size CSF will not start. CSFC0286 INCORRECT LRECL FOR PKDS DATASET xxx.xxxxxxx. CSFM406A UNEXPECTED ERROR PROCESSING PKDS HEADER RECORD. FUNCTION = READ, RETURN CODE = 0000000C, REASON CODE = 00002740. CSFM407A PKDS xxxx.xxxxxxx IS UNAVAILABLE. I had to define a new PKDS with the larger record size and repro my existing PKDS into the new PKDS before I could start CSF. There is a PTF that has to be applied to older levels of ICSF before you will be able to share the larger PKDS dataset with those older ICSF levels. Everything else seems to work ok however. -- Mark Jacobs Time Customer Service Tampa, FL ------ The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change. - FORTRAN manual for Xerox computers ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

