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

WHAT IS DSN=ACTIVATE.FORCENSR IN VSAM


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

New User


Joined: 26 Nov 2006
Posts: 10
Location: Bangalore

PostPosted: Wed Dec 13, 2006 4:18 pm
Reply with quote

In a JCL, i saw that

DSN=ACTIVATE.FORCENSR

Can anybody explain me what this is.
thanks
Back to top
View user's profile Send private message
Arun Raj

Moderator


Joined: 17 Oct 2006
Posts: 2481
Location: @my desk

PostPosted: Fri Dec 15, 2006 10:57 am
Reply with quote

It should be a dataset name.
Back to top
View user's profile Send private message
NithyaSiva

New User


Joined: 26 Nov 2006
Posts: 10
Location: Bangalore

PostPosted: Mon Dec 18, 2006 10:14 am
Reply with quote

This is not a dataset name. there are three ways to manage VSAM buffer space, LSR, NSR and GSR. I wanted to know more details about this.
can anybody help me understand the concept behind this.
Back to top
View user's profile Send private message
hariavinash

New User


Joined: 04 Jan 2006
Posts: 64

PostPosted: Mon Dec 18, 2006 5:57 pm
Reply with quote

can you not post the actual JCL?

cheers
Back to top
View user's profile Send private message
NithyaSiva

New User


Joined: 26 Nov 2006
Posts: 10
Location: Bangalore

PostPosted: Wed Dec 20, 2006 1:55 pm
Reply with quote

Code:
//STEP050  EXEC PGM=IKJEFT1B
//SYSTSIN  DD  DSN=&DCNTL(FBMF&DB2),DISP=SHR   
//         DD  DSN=&PLNACNTL(&PLAN01),DISP=SHR
//SYSIN  DD  DSN=&INACNTL(&MF01S2),DISP=SHR       
//*                                               
//FBALLOC  DD  DSN=&FBSI..&JOBNAME..SORTED.ORDERS,
//             DISP=SHR,DCB=BUFNO=30               
//DNWMMSTD DD  DSN=&FSVP..&FNSI..DNWMMSTD,DISP=SHR,
//             AMP=('BUFNI=15,BUFND=11')           
//VIOCTL   DD  DISP=SHR,AMP='AMORG',VOL=REF=SYS1.LINKLIB,
//             DSN=ACTIVATE.FORCENSR
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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts CVDA value for RRDS VSAM dataset. CICS 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Open VSAM File in IMS DC Region - DFS... IMS DB/DC 0
Search our Forums:

Back to Top