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

Space issue for GDG


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

New User


Joined: 24 Sep 2008
Posts: 26
Location: Chennai

PostPosted: Mon May 03, 2010 4:45 pm
Reply with quote

One of my application Job , FTP between two Lpars,Input is a flat file and output is a GDG.

The target file has space issue and cannot accommodate the entire data from the source file,a part of the data is getting truncated.

I want to increase the space parameter of this GDG,i tried finding the job/proc where where its coded but i could not find.How can i resolve this issue

Please find the space parms of the files below,

Input Dataset space parameters:
--------------------------------
Data Set Name . . . . : MMP7.XJA.VF1KR.CMMS2KMA.BRIDG22D

General Data Current Allocation
Management class . . : DEFAULT3 Allocated cylinders : 9
Storage class . . . : PRIMARY0 Allocated extents . : 1
Volume serial . . . : SMB005 +
Device type . . . . : 3390
Data class . . . . . : SEQFB Current Utilization
Organization . . . : PS Used cylinders . . : 9
Record format . . . : FB Used extents . . . : 1
Record length . . . : 295
Block size . . . . : 27730
1st extent cylinders: 9
Secondary cylinders : 15
Data set name type : SMS Compressible : NO

Creation date . . . : 2005/02/10 Referenced date . . : 2010/05/02
Expiration date . . : ***None***



output GDG space parameters:
-----------------------------
Data Set Name . . . . : NE.MC.BRIDG22D.PL0264F.G0005V00

General Data Current Allocation
Management class . . : PGDG Allocated tracks . : 128
Storage class . . . : STANDARD Allocated extents . : 128
Volume serial . . . : SMU201 +
Device type . . . . : 3390
Data class . . . . . : GDG Current Utilization
Organization . . . : PS Used tracks . . . . : 128
Record format . . . : FB Used extents . . . : 128
Record length . . . : 295
Block size . . . . : 6195
1st extent tracks . : 1
Secondary tracks . : 1
Data set name type : SMS Compressible : NO

Creation date . . . : 2010/04/22 Referenced date . . : 2010/04/23
Expiration date . . : ***None***


EZA1736I FTP
EZA1450I IBM FTP CS V1R10
EZA1466I FTP: using TCPIP
EZA1456I Connect to ?
EZA1736I syb1.portsmouth.jlrint.com(exit
EZA1554I Connecting to: syb1.portsmouth.jlrint.com 10.232.0.156 port: 21.
220-NTFTP1 IBM FTP CS V1R10 at syb1.portsmouth.jlrint.com, 03:30:01 on 2010-04-29.
220 Connection will close if idle for more than 10 minutes.
EZA1459I NAME (syb1.portsmouth.jlrint.com:MCXMIT):
EZA1701I >>> USER xxftp6e
331 Send password please.
EZA1789I PASSWORD:
EZA1701I >>> PASS
230 XXFTP6E is logged on. Working directory is "XXFTP6E.".
EZA1460I Command:
EZA1736I LOCSITE DATAS LR=295 REC=FB
EZA2280W BLOCKSIze must be a multiple of LRecl for FB data sets. BLOCKSIze set to 6195.
EZA1460I Command:
EZA1736I GET 'MMP7.XJA.VF1KR.CMMS2KMA.BRIDG22D' 'NE.MC.BRIDG22D.PL0264F(+1)'
EZA1701I >>> PORT 10,232,0,162,133,100
200 Port request OK.
EZA1701I >>> RETR 'MMP7.XJA.VF1KR.CMMS2KMA.BRIDG22D'
125 Sending data set MMP7.XJA.VF1KR.CMMS2KMA.BRIDG22D FIXrecfm 295
EZA1490I Error writing to data set
EZA2606W File I/O error 1001
EZA2805W System completion code and reason: B37-04
EZA2804W Data set is out of space.
EZA1690W Failure attempting to close the local data set
>>>ABOR
426 Connection closed; transfer aborted.
226 Abort successful.
EZA1735I Std Return Code = 16426, Error Code = 00020
EZA1701I >>> QUIT
221 Quit command received. Goodbye.
Back to top
View user's profile Send private message
Mathiv Anan

Active User


Joined: 23 Jul 2008
Posts: 106
Location: USA

PostPosted: Mon May 03, 2010 4:59 pm
Reply with quote

Hi,

Did you check the FTP control card?
Back to top
View user's profile Send private message
rajiv rengasamy

New User


Joined: 24 Sep 2008
Posts: 26
Location: Chennai

PostPosted: Mon May 03, 2010 5:02 pm
Reply with quote

I checked the FTP control card,its not there also,

File Edit Edit_Settings Menu Utilities Compilers Test Help
sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
VIEW NE.KT.YY.MC.LANDROVE.FTP.PARAM(MC259D) - 01.06 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000001 syb1.portsmouth.com(exit
000002 xxftp6e
000003 fxxd12
000004 LOCSITE DATAS LR=295 REC=FB
000005 GET 'MMP7.XJA.VF1KR.CMMS2KMA.BRIDG22D' 'NE.MC.BRIDG22D.PL0264F(+1)'
000006 QUIT
****** **************************** Bottom of Data ****************************
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon May 03, 2010 5:18 pm
Reply with quote

Quote:
Input Dataset space parameters:
1st extent cylinders: 9
Secondary cylinders : 15
doesn't match well with
Quote:
output GDG space parameters:
1st extent tracks . : 1
Secondary tracks . : 1
Back to top
View user's profile Send private message
rajiv rengasamy

New User


Joined: 24 Sep 2008
Posts: 26
Location: Chennai

PostPosted: Mon May 03, 2010 6:03 pm
Reply with quote

How do i go ahead to resolve this.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon May 03, 2010 6:50 pm
Reply with quote

Code:
LOCSITE DATAS LR=295 REC=FB PRI=10 CYL
Back to top
View user's profile Send private message
rajiv rengasamy

New User


Joined: 24 Sep 2008
Posts: 26
Location: Chennai

PostPosted: Tue May 04, 2010 3:52 pm
Reply with quote

Hi,
I still have truncation of around thousand records.

Regards
Rajiv R
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue May 04, 2010 4:30 pm
Reply with quote

Rajiv, I don't know if this will help, but is there a reason why you can't put a DD statement for your target GDG in the JCL for that FTP step, with all of the necessary parameters you need, and GET to that DD rather than to the dataset?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue May 04, 2010 5:10 pm
Reply with quote

Suggestion: find out how big the source file is, in number of cylinders, and set your primary space in the SITE command to that value.
Back to top
View user's profile Send private message
rajiv rengasamy

New User


Joined: 24 Sep 2008
Posts: 26
Location: Chennai

PostPosted: Tue May 04, 2010 11:38 pm
Reply with quote

plz ignore
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed May 05, 2010 1:00 am
Reply with quote

rajiv rengasamy wrote:
plz ignore
Ah, fess up, how did you resolve this?
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
Search our Forums:

Back to Top