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

How to upload an ADSO program to IDMS IDD.


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

New User


Joined: 30 Oct 2006
Posts: 7

PostPosted: Fri Nov 10, 2006 3:41 pm
Reply with quote

I need to upload an ADSO program to IDMS IDD.
I need the JCL for the same
Back to top
View user's profile Send private message
vijayakumar.yellala

New User


Joined: 19 Apr 2006
Posts: 63
Location: Chennai

PostPosted: Wed Dec 20, 2006 12:43 pm
Reply with quote

Hello,

I dont have JCL, but I have idea to have ADSO program in IDD, It might help u...

Thorugh ADSC, create New dailog, then,

Open that dailog in DME, there u can copy the each process right....

If i am worng please correct me...

Regards
Vijay
Back to top
View user's profile Send private message
g.gaurav

New User


Joined: 28 Jun 2007
Posts: 6
Location: Bangalore

PostPosted: Sat Jul 14, 2007 7:49 pm
Reply with quote

Going through ADSC, its nothing but adjoining all processes and records....but first step is to make available those things into IDD,
For this, either we need to go through IDDM and create required modules or we need Punch JCL to punch records/processes and another things....

I think.. .this wud be sufficient...if not...then reply back.
Back to top
View user's profile Send private message
ovreddy

Active User


Joined: 06 Dec 2004
Posts: 211
Location: Keane Inc., Minneapolis USA.

PostPosted: Thu Aug 23, 2007 10:48 am
Reply with quote

Hi,

I understood your requirement as follows.... You have an ADSO program (Record or Process) in a dataset and you want to punchin this to IDD. You can use the following JCL to PUNCHIN an ADSO program, remember to change IDMS libraries to point to your system environment.

//PUNCHINPI JOB (850AE0),'PUNCH IN',CLASS=I,MSGCLASS=X,
// NOTIFY=TXSX1,MSGLEVEL=(1,1),REGION=8192K
//*
//IDDIN01 EXEC PGM=IDMSDDDL
//STEPLIB DD DSN=IDMS.TN00.OA.LOADLIB,DISP=SHR
// DD DSN=IDMS.TN00.LOADLIB,DISP=SHR
//SYSCTL DD DSN=IDMS.TN00.SYSCTL,DISP=SHR
//SYSIDMS DD DSN=IDMS.TN00.SYSIDMS(SYSBUY),DISP=SHR
//SYSLST DD SYSOUT=*
//SYSIPT DD *
SIGNON USER TXSX1.
SET OPTIONS FOR SESSION
DEFAULT IS OFF
*+ DELETE IS ON
INPUT 1 THRU 80.
// DD DSN=TEST.COMMON.SRCLIB(PROG1),DISP=SHR
//

Thanks,
Reddy
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 Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top