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

problem in sending gdg file using IKJEFT1B jcl thru xmitip


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
itsmeaparna

New User


Joined: 28 Jul 2006
Posts: 4
Location: pune

PostPosted: Fri Aug 07, 2009 6:17 pm
Reply with quote

I am having problem in sending the GDG file using the xmitip utility:

JCL step is as:
Code:

//SS9P0170 EXEC PGM=IKJEFT1B,COND=(4,LT)               
//SYSOUT   DD SYSOUT=*                                 
//SYSTSPRT DD SYSOUT=*                                 
//SYSEXEC  DD DISP=SHR,DSN=SYSU.XMITIP.EXEC             
//SYSTSIN  DD *
%XMITIP xxx@xxx.COM +                         
        CC yyy@xxx.COM +                       
        NOMSG +                                       
        FROM zzz@xxx.COM
        SUBJECT 'FIRST REPORT' +           
        FORMAT CSV +                                 
        FILE 'H2509PS.SS9P0140.MTHEXP(0)'             
/*


while sending the file contents instead of H2509PS.SS9P0140.MTHEXP.G0001V00 file the H2509PS.SS9P0140.MTHEXP.TWO.G0001V00 file is getting picked up.
I want to send the H2509PS.SS9P0140.MTHEXP.G0001V00 file

Please help in this issue. I am confused why this problem is happening?
Back to top
View user's profile Send private message
Roger Cotton

New User


Joined: 20 Oct 2009
Posts: 3
Location: Australia

PostPosted: Tue Oct 20, 2009 8:46 am
Reply with quote

We have exactly the same problem ... have just gone z/OS v1.9 , and am using XMITIP v5.68 .
Did you resolve this issue, and if so, how ??
What version of z/OS and XMITIP were involved for your system ??
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Oct 20, 2009 7:27 pm
Reply with quote

Hello,

You cannot use relative generation "(0)" in the control statements - there is no way for the full dsn to be resolved.

Suggest you try changing from FILE to FILEDD and then use the relative generation in the dataset named by FILEDD. The dsn resolution would then be a jcl function. . .
Back to top
View user's profile Send private message
Roger Cotton

New User


Joined: 20 Oct 2009
Posts: 3
Location: Australia

PostPosted: Wed Oct 21, 2009 1:44 am
Reply with quote

That's an interesting observation, because the use of GDG(0) as an XMITIP parameter worked perfectly fine under z/OS v1.7 . The upgrade to z/OS v1.9 brought up this problem, but it actually works for most instances, it now transpires. Works fine with RACF individual userids (so it works every time I test it), but does not with RACF Batch-IDs (which are for production jobs)
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 21, 2009 2:00 am
Reply with quote

Hello,

Quote:
because the use of GDG(0) as an XMITIP parameter worked perfectly fine
Maybe a bit of clarification would help. . . If you post the XMIT control statements that work this way it should help.
Back to top
View user's profile Send private message
Roger Cotton

New User


Joined: 20 Oct 2009
Posts: 3
Location: Australia

PostPosted: Wed Oct 21, 2009 4:10 am
Reply with quote

This is the parameter being used in the XMITIP sysin ....
FILE 'CKR.FTKT.TKT.REV.RPT(0)'
As indicated in previous post, and under the new z/OS v1.9 upgrade, it is working fine for individual RACF users, but not for users with USER=xxxx coded on the JOB card.
As a workaround, we are taking the advice of using FILEDD instaead of FILE.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 7
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top