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

CODE referring to DEV region binded to QA


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

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Wed Nov 24, 2010 5:16 pm
Reply with quote

Hi,
I have a requirement wherein a CICS screen is to be binded with any of the QA region and to test the functionality of the changes we have to migrate that element to the QA region to see the proper functionality.

Now to check the changes in the CICS screen code we have DEV regions so that the code can be binded to with the DEV region and can be tested without migration to any region.

Is there any possibility for me to keep the code intact in the DEV region and bind to the QA region and then test in the QA so that the changed code is reflected with the functionality without migrating the Code to QA region.

Can this happen thru any form of code referenece so that i can test the functionality of the changed code and test in QA region and then keep the original code intact after my changes have been tested.

Please help.
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Wed Nov 24, 2010 5:37 pm
Reply with quote

Depending on how the program is coded, you can isolate functionality (this will require code changes) to programmatically obtain the CICS APPLID of the given region, via the ASSIGN APPLID API.

Then, the code updates would only be invoked based upon the target APPLID, but again, code changes will be necessary to distinguish between regions.

Bill
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Nov 24, 2010 8:22 pm
Reply with quote

Hello,

It sounds like you are trying to bypass some of the controls that are in place on your system.

Suggest you get permission to do this before proceeding. If the configuration management for the system will permit this, they need to send you "something" confirming that this is permissable.

Possibly i misunderstand . . .
Back to top
View user's profile Send private message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Thu Nov 25, 2010 5:29 pm
Reply with quote

CICS APPLID is given with the DEV settings during the compile options so can i change there during compile time so that it points to the QA region.

Even if i do programatically to ASSIGN APPLID API during compile time the fields will be overriden.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top