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

use a JCL to do new copy of programs


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

New User


Joined: 26 Feb 2007
Posts: 71
Location: bangalore

PostPosted: Tue Mar 10, 2009 5:51 pm
Reply with quote

Hi,

Generally we use the command in ADSO:
DCMT VARY PROG *.Program_name NCI to do a new copy of the program.

Since i have some 100 programs, cant this new copy could be done using the JCL.

If we provide the name of Programs in the input file of the JCL and JCL will do a new copy of all the programs.

If some has the information regarding this please let me know.
Back to top
View user's profile Send private message
arunssab

New User


Joined: 12 Mar 2009
Posts: 1
Location: USA

PostPosted: Fri Mar 13, 2009 3:58 am
Reply with quote

Use this JCL:

// JOB UCFDELQU
// ASSGN SYS007,04E
// LIBDEF *,SEARCH=(S1IDMS.CV20SITE,S4IDMS.DISTLIB)
// DLBL SYSIDMS,'#SYSIPT',0,SD
// EXEC PROC=SYSCTL20
// EXEC UCFBTCH,SIZE=300K
/*
DCMT VARY PRO *.CSISE090 NC
BYE
/*
// EXEC LISTLOG
/&
* $$ EOJ


This is VM/VSE JCL, change it as per your needs (For MVS/zOS which ever your mainframe has)

Have fun :)
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 VB to VB copy - Full length reached SYNCSORT 8
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top