View previous topic :: View next topic |
Author |
Message |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Wed Apr 21, 2004 12:32 pm Post subject: MFS Vs Transaction |
|
|
Folks,
We execute online IMS programs using transactions. We use MFS here for defining our screens. Now, how do I find the relationship between the transaction name and the MFS name(MOD name??)
Cheers,
Coolman.
________
lolol
Last edited by coolman on Sat Feb 05, 2011 1:35 am; edited 1 time in total |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12388 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Fri Apr 23, 2004 8:26 am Post subject: |
|
|
Kolusu,
Still have some questions on that. My MFS code is something like this:
Code: |
TMI82800 MSG TYPE=INPUT,SOR=(T82800,IGNORE)
SEG
MFLD PFKIN,FILL=NULL,LTH=20
MFLD (LINE1,'TBLTMANT '),LTH=72
MFLD ' ',LTH=02
MFLD (CONDCD,'00'),LTH=2
MFLD ' ',LTH=02
MFLD (FUNCCD,' '),LTH=1
MFLD ' ',LTH=02
|
I believe TBLTMANT is the transation name, but on invoking it, I'm greeted with a message 'Command verb Invalid'
Any correcctions.
Cheers,
Coolman.
________
volcano digital review
Last edited by coolman on Sat Feb 05, 2011 1:35 am; edited 1 time in total |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Apr 23, 2004 8:55 am Post subject: |
|
|
Are you issuing /FOR TBLTMANT? |
|
Back to top |
|
 |
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Fri Apr 23, 2004 9:06 am Post subject: |
|
|
Bithead,
No...I'm just issuing TBLTMANT.
Ravi,
Thanks a lot for your compliment.
Cheers,
Coolman.
________
no2 vaporizer review
Last edited by coolman on Sat Feb 05, 2011 1:35 am; edited 1 time in total |
|
Back to top |
|
 |
Bithead Advanced

Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Fri Apr 23, 2004 9:08 am Post subject: |
|
|
That is a message directly to the program. The /FOR invokes the format (MFS). |
|
Back to top |
|
 |
|
|