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

How to copy ADSO process from IDD to PDS


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

New User


Joined: 25 Jul 2006
Posts: 2

PostPosted: Tue Jul 25, 2006 7:27 pm
Reply with quote

Hi,
I need a JCL to copy/transfer ADSO processes from IDD to datasets or PDS.
Please forward if you have one!!

Regards,
Varsha
Back to top
View user's profile Send private message
arun.gopal
Warnings : 1

New User


Joined: 25 Jul 2006
Posts: 9
Location: Kerala, India

PostPosted: Tue Jul 25, 2006 8:32 pm
Reply with quote

Hi Varsha,

use this JCL.

//DEVAXGIT JOB ,'IDD TO TSO',CLASS=A,
// MSGCLASS=Q,MSGLEVEL=(1,1),NOTIFY=DEVAXG
/*ROUTE PRINT PRU
/*JOBPARM ROOM=2TXG,LINES=100
//IDMSDDDL EXEC PGM=IDMSDDDL
//STEPLIB DD DSN=IDMSR.TVNT.LOADLIB,DISP=SHR
//SYSOUT DD SYSOUT=*
//SYSLST DD SYSOUT=*
//SYSPCH DD DSN=DEVAXG.WSK.SOURCE(SLSDIP95),DISP=OLD
//SYSCTL DD DSN=IDMSR.TVNT.SYSCTL,DISP=SHR
//SYSIPT DD *
SIGNON USER=DEVAXG PASSWORD=ABCD
DBNAME=TVNTDICT USAGE MODE IS RETRIEVAL FOR ALL.
PUNCH PROC SLSDIP95-PREMAP VERSION 1 VERB ADD AS SYN.
SIGNOFF
/*
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> IDMS/ADSO

 


Similar Topics
Topic Forum Replies
No new posts DB2 Image Copy DFSMS MGMTCLAS Partial... DB2 2
No new posts Copy only TEXT or String from a record SYNCSORT 4
No new posts Error to invoke MPP program through B... IMS DB/DC 4
No new posts Use Copy Utility DB2 7
No new posts VB to VB copy - Full length reached SYNCSORT 8
Search our Forums:


Back to Top