Any way to elmiinate this IDCAMS message?

2008-04-06 Thread McKown, John
message
   REPRO  INFILE(IFILE01)   OUTFILE(OFILE01)  -
   FROMKEY(09984891950) -
 TOKEY(09984891950) REPLACE
IDC3300I  ERROR OPENING PRIPV.PR.GCR05KSD
IDC3351I ** VSAM OPEN RETURN CODE IS 118
IDC0005I NUMBER OF RECORDS PROCESSED WAS 27
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0
/message

We are again trying out basic sysplex split. The job above is copying
some records from a VSAM file which is OPEN to CICS on the other LPAR.
The share options are 2,3. If the job runs on the same system, the
IDC3351I message is not received. This is not a big deal, but it would
be nice if I could eliminate it because it doesn't look the same as it
did when we only had one system.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

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



Re: Any way to elmiinate this IDCAMS message?

2008-04-06 Thread Lizette Koehler
Cross-region share option 2 allows only one processor at a time to open a
data set for output.

You would need to look at what shareoptions will work and how you will make
sure integrity is maintained in the sysplex.

IIRC, if the application and GRS is setup correctly, you might be able to
use shareoptions(3,3) which would allow you to do this. 

Lizette



message
   REPRO  INFILE(IFILE01)   OUTFILE(OFILE01)  -
   FROMKEY(09984891950) -
 TOKEY(09984891950) REPLACE
IDC3300I  ERROR OPENING PRIPV.PR.GCR05KSD
IDC3351I ** VSAM OPEN RETURN CODE IS 118
IDC0005I NUMBER OF RECORDS PROCESSED WAS 27
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0
/message

We are again trying out basic sysplex split. The job above is copying
some records from a VSAM file which is OPEN to CICS on the other LPAR.
The share options are 2,3. If the job runs on the same system, the
IDC3351I message is not received. This is not a big deal, but it would
be nice if I could eliminate it because it doesn't look the same as it
did when we only had one system.

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