IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Please help to understand this


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
akodakka

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Thu May 20, 2010 6:36 pm
Reply with quote

Hi i have JCL which is using IAM file and delete define it..then i am repro some records to that

Code:

//STEP040  EXEC PGM=IDCAMS
//SYSOUT   DD SYSOUT=&OUT1
//SYSUDUMP DD SYSOUT=&OUT2
//SYSPRINT DD SYSOUT=&OUT1
//VIOSTAT1 DD SYSOUT=&OUT1
//VIOCTL   DD DISP=SHR,AMP='AMORG',VOL=REF=SYS1.LINKLIB,     
//            DSN='ACTIVATE.STATS.DDTHLD0'                   
//*                                                         
//INPUT    DD DSN=&LIB3..&FILE1..&FILE2.&FREQ1&GEN1,DISP=SHR
//OUTPUT   DD DSN=&LIB1..&FILE1..&FILE2,DISP=SHR             
//SYSIN    DD DSN=&CTCLIB1(&CTC1),DISP=SHR                   


But i am unable to understand whats the 'AMORG' and these VIO* dd STATEMNTS please help
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu May 20, 2010 6:56 pm
Reply with quote

Your site uses a product called Performance Essential (PSP) that used to be called VIO+. This product optimizes buffer management dynamically. Contact your site support group to find out where the documentation for PSP is stored.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu May 20, 2010 7:11 pm
Reply with quote

And if you read about AMORG in manuals
akodakka wrote:
i am unable to understand whats the 'AMORG' and these VIO* dd STATEMNTS please help
it says:
Quote:
The AMP parameter completes information in an access method control block (ACB) for a VSAM data set. The ACB can be for a key-sequenced (KSDS), entry-sequenced (ESDS), or relative record (RRDS) VSAM data set. AMP is only supported for VSAM data sets. AMP is most often used to complete information about a VSAM file that is being processed via the ISAM-to-VSAM data set.
Bold text and this
Quote:
have JCL which is using IAM file and delete define it
from your post, are pretty much in agreement with each other... icon_smile.gif
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu May 20, 2010 7:22 pm
Reply with quote

VIO+ uses the VIOCTL DD statement to control processing. The DSNAME field is used to set options used -- in this case, to activate the product, produce statistics, and use a a minimum of zero I/O to produce statistics reports..
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Try to understand IMS control block IMS DB/DC 0
No new posts To Understand EXECIO Read Parameter OPEN CLIST & REXX 2
No new posts Need to understand TCB CPU and SRB CPU Testing & Performance 11
No new posts Need to understand SQLCODE = 12 DB2 3
No new posts Need documents or links to understand... IDMS/ADSO 5
Search our Forums:

Back to Top