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 

how/where to evoke a transaction?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS
View previous topic :: View next topic  
Author Message
ds390
Beginner


Joined: 23 Jan 2007
Posts: 82
Topics: 39

PostPosted: Wed Apr 16, 2008 10:09 pm    Post subject: how/where to evoke a transaction? Reply with quote

I tried /format trans_code doesn't work!
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Fri Apr 18, 2008 4:56 am    Post subject: Reply with quote

Dunno if this is correct:
Code:

/STA TRANS tranid

but it could be about right - check the manual for the START command
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
rk_pulikonda
Beginner


Joined: 27 May 2003
Posts: 22
Topics: 2
Location: India

PostPosted: Fri Apr 18, 2008 8:33 pm    Post subject: Reply with quote

ds390.

Just a suggestion if your question is clear you will get correct answer. It should not be like a treasure hunt.

What are you trying to do ?

If you are trying to invoke a Transaction, logon to your IMS region just clear screen and type your transaction name(8 bytes) hit enter. This will trigger your transaction and connected program.

Eg: assume your transaction is MVSFORUM
MVSFORUM <- hit enter in this example you are sending no input to your program.
MVSFORUM 1234 <- hit enter in this example you are sending input to your program.
_________________
Thanks
-Ram
Back to top
View user's profile Send private message
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Sat Apr 19, 2008 3:25 am    Post subject: Reply with quote

Ram - yes you are correct. You just need to enter the tranid as you described. Not 100% sure you even have to clear the screen. I haven't done much of this transaction starting and have not done it for a few months so the memory is a bit hazy. But it will not hurt to clear the screen first.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
arnold57
Beginner


Joined: 01 Oct 2004
Posts: 30
Topics: 0

PostPosted: Sat Apr 19, 2008 3:41 pm    Post subject: Reply with quote

In some cases, transactions require formatted input. In that case, if you just type the transaction, you will probably get an error. The /FORMAT command will display a formatted screen that allows you to enter the input to the transaction. The format (MFS) name is often the same as the transaction, but it doesn't have to be. You'll have to find out what format, if any, is required for your transaction.
Back to top
View user's profile Send private message
ds390
Beginner


Joined: 23 Jan 2007
Posts: 82
Topics: 39

PostPosted: Sun Apr 20, 2008 8:42 pm    Post subject: Reply with quote

thank you very much everybody. I have a MFS which I am able to start no problem with this:

/format reserve

It works. But when I key in it's transaction code directly, it gives me

DFS064 21:38:05 DESTINATION CAN NOT BE FOUND OR CREATED

When I use /start transaction Tran_cod, it gives me:

DFS058I 21:39:08 START COMMAND COMPLETED

But the MFS screen is not displayed.

Now my queseitons are:

1. Why /format works, but keying in the transcode directly doesn't work?
2. Why /Sta trans tran_cod worked, but the screen is not displayed?

thank you all very much for your help.
Back to top
View user's profile Send private message
arnold57
Beginner


Joined: 01 Oct 2004
Posts: 30
Topics: 0

PostPosted: Wed Apr 30, 2008 12:54 pm    Post subject: Reply with quote

/STA changes the status of the transaction - it would not cause any screen to be displayed at your terminal. To see if the transaction exists, try the command:

Code:
 /DIS TRAN tran_code
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> IMS 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