ALTER VSAM error



Help for IBM's record-oriented filesystem VSAM, ESDS, KSDS, RRDS, LDS and Storage management Subsystems

ALTER VSAM error

Postby jaggz » Thu Aug 11, 2011 10:43 am

Hi Group,

I tried Altering the VSAM file with the below JCL but I was not able to do so :

My JCL :

//A255209$ JOB MSGCLASS=X,MSGLEVEL=(1,1),CLASS=B,
// REGION=0M,NOTIFY=&SYSUID
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD
ALTER -
xxxxx.xxxxx.xxxxxx.DATA -
SHAREOPTIONS(3 3)
/*

JESMSGLG :

10.24.23 JOB09395 ---- THURSDAY, 11 AUG 2011 ----
10.24.23 JOB09395 IRR010I USERID A255209 IS ASSIGNED TO THIS JOB.
10.24.23 JOB09395 IRR011I SECLABEL SYSHIGH IS ASSIGNED TO THIS JOB.
10.24.23 JOB09395 ICH70001I A255209 LAST ACCESS AT 09:31:39 ON THURSDAY, AUGUS
10.24.23 JOB09395 $HASP373 A255209$ STARTED - INIT 3 - CLASS B - SYS xxx3
10.24.23 JOB09395 IEC141I 013-34,IGG0191I,A255209$,STEP1,SYSIN,E424,CT3T16,SYS1
10.24.24 JOB09395 $HASP395 A255209$ ENDED
------ JES2 JOB STATISTICS ------
11 AUG 2011 JOB EXECUTION DATE
9 CARDS READ
48 SYSOUT PRINT RECORDS
0 SYSOUT PUNCH RECORDS
3 SYSOUT SPOOL KBYTES
0.00 MINUTES EXECUTION TIME

SYSPRINT :
IDCAMS SYSTEM SERVICES
IDC3300I ERROR OPENING SYS11223.T102423.RA000.A255209$.R0137385
IDC3321I ** OPEN/CLOSE/EOV ABEND EXIT TAKEN
IDC3207I REMAINDER OF COMMAND INPUT STREAM IGNORED
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 16


Please guide me.
User avatar
jaggz
 
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Has thanked: 8 times
Been thanked: 5 times

Re: ALTER VSAM error

Postby mongan » Thu Aug 11, 2011 11:44 am

Take a look at the IEC141I 013-34 Message and see what it says. For some reason you did not post the real job with the real dataset name, maybe there is something wrong there.
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times

Re: ALTER VSAM error

Postby dick scherrer » Thu Aug 11, 2011 12:00 pm

Hello,

Yes, you need to post the submitted jcl from the failed job.

Also the DEFINE for the vsam dataset.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: ALTER VSAM error

Postby steve-myers » Thu Aug 11, 2011 5:03 pm

The messages in SYSPRINT appear to indicate an error opening SYSIN. If the JCL in your initial post is accurate you should be able to resolve the error yourself.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: ALTER VSAM error

Postby mongan » Fri Aug 12, 2011 12:21 pm

Old eagle eye Steve recognized the problem, but you would have probably found it too if you would have examined the error message, in any case look at your SYSIN DD statement, there is something missing in it, like Steve says you should be able to find the error yourself now.
User avatar
mongan
 
Posts: 211
Joined: Tue Jan 11, 2011 8:32 pm
Has thanked: 1 time
Been thanked: 5 times


Return to VSAM/SMS

 


  • Related topics
    Replies
    Views
    Last post