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

JCL EXPORTER question


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
PadmajaM

New User


Joined: 17 Jan 2006
Posts: 1

PostPosted: Thu Oct 23, 2008 2:20 am
Reply with quote

Hi,

I need to send 2 output files of a cobol program to XPTR and jes pool while in test region and XPTR and $SAVRS while in production region.

XPTR destination ID's for TEST region is xp2i and for PROD region is XP2T. Following are jcl steps.

//SDSFSAVR OUTPUT CLASS=&OUTV
//@XPT1 OUTPUT CLASS=5,DEST=&XPT@2,WRITER=WRITE01
//@XPT2 OUTPUT CLASS=5,DEST=&XPT@2,WRITER=WRITE02
//REJECTS DD SYSOUT=(,),OUTPUT=(*.SDSFSAVR,*.@XPT1)
//WARNINGS DD SYSOUT=(,),OUTPUT=(*.SDSFSAVR,*.@XPT2)

However the output is still not going to the XPTR region. Any ideas what could be possible reasons. As the XPTR setup is verified and is confirmed to be correct.

Is archive of test region is done properly and there might not be enough place for new reports??

Thanks
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Thu Oct 23, 2008 2:26 am
Reply with quote

What process resolves the variable &XPT@2 in DEST field?
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Question for file manager IBM Tools 7
No new posts question for Pedro TSO/ISPF 2
No new posts question on Outrec and sort #Digvijay DFSORT/ICETOOL 20
No new posts panel creation question TSO/ISPF 12
No new posts Sort w/OUTREC Question DFSORT/ICETOOL 2
Search our Forums:

Back to Top