|
|
| Author |
Message |
rasha
New User
Joined: 16 Mar 2005 Posts: 8
|
|
|
|
Hi,
Pls inform me the commands that are used in the IMSDC online screen like entering the transaction and other stuff.
Some time back i saw the answer for this in this forum but now i am not able to trace it back as i had searched for more than 2 hours.
Pls help me regarding this.
Thanks,
Rasha |
|
| Back to top |
|
 |
References
|
|
 |
Bitneuker
IMS Moderator
Joined: 07 Nov 2005 Posts: 1140 Location: The Netherlands at Hole 19
|
|
|
|
Hi Rasha,
I'm afraid you have to be a bit more specific. What do you mean with commands used in the IMSDC screen. There's a difference between commands and writing a Message Processing Program (MPP). Some commands are /DIS REG A. (display all active IMS regions), /STA PROG programname (starts the program which deals with a transaction), /STA TRAN transactionname (starts a transaction). Example:
/dis tran zz
DFS249 13:56:14 NO INPUT MESSAGE CREATED.
ZZ 2 1 0 65535 3 9 9 13 0 0 NONE 0
PSBNAME: TPZZVER
*06019/135612*
If you talk about an MPP then you look at something different. You'd have to understand the architecture which forces you to read manuals and follow courses. You'll have to deal with understandings of Scratch Pad Area (SPA), MID/MOD and DIF/DOF (Message Formatting System) and message handling (GU SPA, GN MSG and ISRT SPA). Furthermore you'll likely need knowlegde about program-to-program switch and a lot more. It's not easy to explain all of this in this forum.
If you have any specific question please get back to me.
Cheers, |
|
| Back to top |
|
 |
rajesh_1183
Active User
Joined: 24 Nov 2005 Posts: 130 Location: Tadepalligudem
|
|
|
|
These are the cmds from previous posts...
1) /FORMAT :- USe this command whenever you want to use the Message Format Service(MFS).
Syntax :- /FORMAT <modname>
2) /TEST :- Whenver you want to test your MFS blocks, put them in the PDS named IMS*.TFORMAT and give a /TEST MFS at the terminal . then
give /FOR followed by the MOD name
3) /TEST MFS is used in general to refresh the Screen format. (i.e If you modify any screen layout and want to display the screen with your new design changes use this command first and the give a /FOR <Modname>.
4)DIS STATUS TRAN gives the status of the Trasaction associated with the PSB.
5) /START TRAN tranname will start the transaction if it stops during any abend.
6)/START PROGRAM programname will start program.
Thanks,
Rajesh |
|
| Back to top |
|
 |
Jörgen Engström
New User
Joined: 30 Jan 2008 Posts: 4 Location: Sweden
|
|
|
|
Noobquestion, but WHERE does one type in these commands? Not very good at this and happy for help : )
Did not want to start a new thread for this small question. |
|
| Back to top |
|
 |
Sinkaravelan S
New User
Joined: 21 Apr 2008 Posts: 31 Location: coimbatore-TN india
|
|
|
|
It's for you rasha
/for <tran name>
/dis prog <progname>
/dis tran <trans name>
/for sys03
/rcl
/end
try this and you will get the purpose of this commands automatically..
cheers,  |
|
| Back to top |
|
 |
Pankaj Gupta
New User
Joined: 07 May 2008 Posts: 32 Location: Bangalore
|
|
|
|
Can we also be using these commands to test our sqls? I am meaning, can I type in IMSDC screen
/SELECT * FROM etcera?
This would be good for testing sqls before I am putting them in my programs.
Thanks you all. |
|
| Back to top |
|
 |
Srihari Gonugunta
Active User
Joined: 14 Sep 2007 Posts: 186 Location: Pune
|
|
|
|
Hi Pankaj,
This is your second post regarding the SQL and IMSDC. Can you please try to get more insight how IMS works? Stickies have lot of information. |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 3274 Location: italy
|
|
|
|
| Quote: |
| This would be good for testing sqls before I am putting them in my programs. |
what' s wrong in SPUFI ?? |
|
| Back to top |
|
 |
shabir46
New User
Joined: 24 Jan 2008 Posts: 14 Location: Kerala
|
|
|
|
/DIS TRAN transaction-name - To display the status of a transaction
/DIS PROG Program-Name - TO display the status of program
/Dis prog Program-name
/RCL - TO exit out of an IMSDC session
/DIS sta prog - TO check the status of a BMP or program
Du9 sta prog Program-Name - For restarting a BMP |
|
| Back to top |
|
 |
|
|