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

Find the date of creation of GDG


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

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Sep 02, 2010 6:26 pm
Reply with quote

First, please learn the code tags shown below. I have changed this for you on this post.
Code:
 [code] your code
goes here [/code]


Try changing
Code:
  BUILD=(81,44,C' IS CREATED ON : ',125,4,DT1,EDIT=(TTTT-TT-TT))

to
Code:
  BUILD=(81,44,C' IS CREATED ON : ',121,4,DT1,EDIT=(TTTT-TT-TT))
Back to top
View user's profile Send private message
sherrypeter

New User


Joined: 01 Sep 2010
Posts: 7
Location: bangalore

PostPosted: Thu Sep 02, 2010 8:06 pm
Reply with quote

Dear expat,

Thanks for helping me.I tried your suggestion,still getting the same error.

32K BYTES OF EMERGENCY SPACE ALLOCATED
SORTIN : RECFM=FB ; LRECL= 80; BLKSIZE= 80
INREC RECORD LENGTH = 124
POTENTIALLY INEFFICIENT USE OF INREC
OUTREC RECORD LENGTH = 128
SORTOUT : RECFM=FB ; LRECL= 128; BLKSIZE= 27904
SORTOUT HAS INCOMPATIBLE LRECL
SYNCSMF CALLED BY SYNCSORT; RC=0000
SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE
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: Thu Sep 02, 2010 9:42 pm
Reply with quote

Hello,

How is SORTOUT defined when a dataset is used (rather than SYSOUT)?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Sep 02, 2010 10:05 pm
Reply with quote

Quote:
but when i change the sysout from * to a dataset,it giving the below error
Have you "hardcodeed" some LRECL on the sortout? As Dick said, please tell us How is SORTOUT defined?
Back to top
View user's profile Send private message
sherrypeter

New User


Joined: 01 Sep 2010
Posts: 7
Location: bangalore

PostPosted: Fri Sep 03, 2010 11:19 am
Reply with quote

This is how i have defined the sortout

Code:
 
//SORTOUT  DD DSN=FBSIT.A376057.SORTOUT,           
//            DISP=(NEW,CATLG,DELETE),             
//            SPACE=(CYL,(1,1),RLSE),             
//            DCB=(LRECL=128,RECFM=FB,BLKSIZE=0)   



Thanks everyone !!
Sherry
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Sep 03, 2010 4:03 pm
Reply with quote

Use this:
Code:
//            DISP=(NEW,CATLG,DELETE),             
//            UNIT=SYSDA,SPACE=(CYL,(1,1),RLSE),   
//            DCB=(RECFM=FB,BLKSIZE=0)             
Back to top
View user's profile Send private message
sherrypeter

New User


Joined: 01 Sep 2010
Posts: 7
Location: bangalore

PostPosted: Fri Sep 03, 2010 6:53 pm
Reply with quote

Hi Anuj,

It worked ! Thanks Anuj !
Thanks to Dick & Expat too for helping me.

Sherry Peter
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Sep 03, 2010 7:30 pm
Reply with quote

Glad to hear that, as they say - the blind squirrel finds an acorn once in a while ... icon_biggrin.gif
Back to top
View user's profile Send private message
sherrypeter

New User


Joined: 01 Sep 2010
Posts: 7
Location: bangalore

PostPosted: Fri Sep 03, 2010 7:52 pm
Reply with quote

ha ha ..love you all !
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 Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Need help to append a date&tsp at... DFSORT/ICETOOL 9
Search our Forums:

Back to Top