MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Can you Explain the Function Shipping for following prg?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
sankarthamma
Beginner


Joined: 20 May 2010
Posts: 10
Topics: 8
Location: chennai

PostPosted: Sun May 30, 2010 11:55 pm    Post subject: Can you Explain the Function Shipping for following prg? Reply with quote

How to use the below commands for working properly?

' PROGA ' is at A1R1 region and, calling 'PROGB' is at A1R2 region.
Code:

 EXEC CICS                               
  ALLOCATE SYSID('A1R2')                 
 END-EXEC.                               
 EXEC CICS                               
      LINK PROGRAM ('MYPRG2')             
  IF (PCT.SYSID('MYPRG2') ! = SPACES &&   
     PCT.SYSID('MYPRG2')! MYSYSID.SYSID) 
  ELSE                                   
     CALL CICS.PC.LINK('MYPRG2')         
  END-IF.                                 
 END-EXEC.             
       

What are the changes are needed to run above prog properly?
_________________
T.S.REDDY
CICS
Back to top
View user's profile Send private message Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12376
Topics: 75
Location: San Jose

PostPosted: Mon May 31, 2010 1:17 am    Post subject: Reply with quote

sankarthamma,

I asked you a question here

http://www.mvsforums.com/helpboards/viewtopic.php?p=55327#55327

Answer that and don't spam with interview questions in here

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sankarthamma
Beginner


Joined: 20 May 2010
Posts: 10
Topics: 8
Location: chennai

PostPosted: Mon May 31, 2010 1:24 am    Post subject: Reply with quote

sorry kolusu,
_________________
T.S.REDDY
CICS
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group