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

IDDM commands to edit/modify processes/dialogs


IBM Mainframe Forums -> IDMS/ADSO
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
srinira
Currently Banned

New User


Joined: 22 Aug 2005
Posts: 4

PostPosted: Tue Mar 28, 2006 10:37 pm
Reply with quote

Hello,

Can anyone let me k now some basic commands in IDD/IDDM to edit/modify processes/dialogs ? I am more used to DME( Data manipulatino editor to modify dialogs) but here in this project I need to use IDD/IDDM to modify them and finding it difficult.

I am comfortable in adding records, elements and stuff.

Thanks,
Rama.S
Back to top
View user's profile Send private message
pinakinc

New User


Joined: 19 Nov 2003
Posts: 7

PostPosted: Thu Mar 30, 2006 2:17 am
Reply with quote

Hi,

Try out this

//QGETDPSD JOB 2,'PINAKIN C',CLASS=Q,MSGCLASS=X,NOTIFY=&SYSUID
//*ROUTE PRINT R40
//PUNCH EXEC IDDPUNCH,LIB=TEST,SSOT=E,CPY=1
//STEPLIB DD
// DD DISP=SHR,DSN=SY1P.IDMS140.LOADLIB.BKUP
//SYSPCH DD DISP=SHR,DSN=DPSDZ09.TEST.SRCE(CLD11100)
//SYSIPT DD *
SIGNON USAGE RETRIEVAL.
PUNCH MODU CLD11100-ENTER AS SYN VERB MOD.
Back to top
View user's profile Send private message
srinira
Currently Banned

New User


Joined: 22 Aug 2005
Posts: 4

PostPosted: Fri Apr 07, 2006 3:01 pm
Reply with quote

I think this is a wrong POST.
Back to top
View user's profile Send private message
vijayakumar.yellala

New User


Joined: 19 Apr 2006
Posts: 63
Location: Chennai

PostPosted: Wed Apr 19, 2006 11:43 am
Reply with quote

Hi rama,

using DME only we can modify the process, with out that u cant modify process...

and one more thing how ur adding records and elements for the records?

Could u tell me the process?



Regards
Vijay
Back to top
View user's profile Send private message
Chinnadu

New User


Joined: 05 Mar 2009
Posts: 46
Location: Hyderabad

PostPosted: Fri Mar 06, 2009 4:51 pm
Reply with quote

Hey ,

As per my knowledge is concerned there are 3 ways you can modify a dialog(Response).
1) Punch out the response to your local PDS, do the changes and then punch in back to IDD--> You should have JCL's ready for this.
2) Using some tools like DME
3) In IDD itself you can edit the code. But I am sure you would be confused with the process. Below are the commands if you want to try.
1) DIS PROC PROCESS-NAME AS SYN VERB MOD.
2) Remove first line after you hit enter.
3) Editing commands are same like what we use in ISPF except you have to add prefix %. Do the changes you want and hit enter to save changes.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Mar 06, 2009 5:07 pm
Reply with quote

any reason to resurrect a 3 year old topic ???
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Fri Mar 06, 2009 10:42 pm
Reply with quote

Maybe poking it to see if it's alive. icon_smile.gif
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 -> IDMS/ADSO

 


Similar Topics
Topic Forum Replies
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
No new posts create rexx edit Macro that edits the... CLIST & REXX 3
Search our Forums:

Back to Top