Monday, September 26, 2011

VSAM: Sample job to verify a VSAM file

The below job verifies three VSAM files.

//STEP01 EXEC PGM=IDCAMS
//DD1 DD DSN=FILE1,DISP=SHR
//DD2 DD DSN=FILE2,DISP=SHR
//DD3 DD DSN=FILE3,DISP=SHR
//SYSIN DD *
VERIFY FILE(DD1)
VERIFY FILE(DD2)
VERIFY FILE(DD3)
/*

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.