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

ACBGEN (Application Control Block)


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Mon Jul 09, 2007 9:01 pm
Reply with quote

Code:
//ACBGEN   EXEC  PGM=DFSRRC00,PARM='UPB',REGION=0K                     
//SYSPRINT DD SYSOUT=*                                                 
//DFSRESLB DD DSN=SYS1.RESLIB,DISP=SHR                                 
//DFSVSAMP DD DSN=AYSYS.PROD.INSYS1(IMSBUF),DISP=SHR                   
//IMS      DD DSN=NTSYS.IMSVS.PSBLIB,DISP=SHR                         
//         DD DSN=NTSYS.IMSVS.PSBLIB,DISP=SHR                         
//         DD DSN=NTSYS.IMSVS.DBDLIB,DISP=SHR                         
//         DD DSN=NASYS.IMSVS.PSBLIB,DISP=SHR                         
//         DD DSN=NASYS.IMSVS.DBDLIB,DISP=SHR                         
//         DD DSN=NPSYS.IMSVS.PSBLIB,DISP=SHR                         
//         DD DSN=NPSYS.IMSVS.DBDLIB,DISP=SHR                         
//IMSACB   DD DSN=NTSYS.IMSVS.ACBLIBA.V810,DISP=SHR                   
//SYSUT3   DD SPACE=(80,(100,100)),                                   
//            UNIT=SYSDA                                               
//SYSUT4   DD SPACE=(256,(100,100)),                                   
//            DCB=KEYLEN=8,                                           
//            UNIT=SYSDA                                               
//SYSIN DD *                                                           
 BUILD PSB=PINKO76                                       


If you want to generate more add BUILD PSB cards.
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts DB2 Event passed to the Application P... DB2 1
No new posts I need a 4 lines block where substrin... DFSORT/ICETOOL 12
No new posts How to remove block of duplicates DFSORT/ICETOOL 8
Search our Forums:

Back to Top