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

how to update LE libraries related to SCEERUN,SCEERUN2


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
wang_f_y1
Warnings : 1

New User


Joined: 16 May 2008
Posts: 47
Location: shenzhen

PostPosted: Thu Jul 31, 2008 2:27 pm
Reply with quote

how to update the cics start procedure when you meet cics migration from v2.2 to v3.1 related to RCMS
in ADMPlex before.

I guess maybe that modification is like below.
in STEPLIB:
//* DD DSN=SYS1.COBOL.LINKLIB,DISP=SHR ==> COBOL ==> will be removed
//* DD DSN=SYS1.COB2CICS,DISP=SHR ==> COBOL ==> will be removed
// DD DISP=SHR,DSN=SYS1.SCEERUN2 ==> will be added
// DD DISP=SHR,DSN=SYS1.SCEERUN ==> will be added

in DFHRPL:
//* DD DSN=SYS1.PLI.LINKLIB,DISP=SHR ==> will be removed
// DD DISP=SHR,DSN=SYS1.SCEECICS ==> will be added
// DD DISP=SHR,DSN=SYS1.SCEERUN2 ==> will be added
// DD DISP=SHR,DSN=SYS1.SCEERUN ==> will be added
//* DD DSN=SYS1.COB2CICS,DISP=SHR ==> DN160894 ==> will be removed
//* DD DSN=SYS1.COBOL.LINKLIB,DISP=SHR ==> cobol ==> will be removed

Because SCEERUN,SCEERUN2,SCEECICS LE will replace the COB2CICS,COBOL.LINKLIB LE.so i make this above modification.
But i am not sure so i ask for everybody's help.
Back to top
View user's profile Send private message
wang_f_y1
Warnings : 1

New User


Joined: 16 May 2008
Posts: 47
Location: shenzhen

PostPosted: Thu Jul 31, 2008 2:36 pm
Reply with quote

sorry no this words"in ADMPlex before".
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Read a flat file and update DB2 table JCL & VSAM 2
No new posts how to update an ISR appl var from an... TSO/ISPF 8
No new posts Related to Unit Testing Testing & Performance 2
No new posts DB2 SQL query to read and update data... DB2 12
No new posts Strange MNOTE related to BMS using PI... CICS 0
Search our Forums:

Back to Top