Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
How to copy ADSO process from IDD to PDS

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IDMS/ADSO
Author Message
varshasawant

New User


Joined: 25 Jul 2006
Posts: 2

PostPosted: Tue Jul 25, 2006 7:27 pm    Post subject: How to copy ADSO process from IDD to PDS
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
References
PostPosted: Tue Jul 25, 2006 7:27 pm    Post subject: Re: How to copy ADSO process from IDD to PDS Reply with quote

arun.gopal
Warnings : 1

New User


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

PostPosted: Tue Jul 25, 2006 8:32 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> IDMS/ADSO All times are GMT + 6 Hours
Page 1 of 1