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

JCL/SORT to Split Records


IBM Mainframe Forums -> SYNCSORT
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2025
Location: USA

PostPosted: Fri Jun 09, 2023 7:32 pm
Reply with quote

As it was told above: do not use unneeded FIXLEN=32752 for ALL 200 parts of the record.

Use SQZ=VL or JFY=VL parameters in OUTFIL BUILD=

You repeat with exactly the same issues again, and again.
The impression is: you do not try to understand the advices, isn't it?
Back to top
View user's profile Send private message
roberto2023

New User


Joined: 05 Jun 2023
Posts: 14
Location: Germany

PostPosted: Fri Jun 09, 2023 7:45 pm
Reply with quote

.. actually I don"t have REGION at Job level, this is my current paramters

Code:
CLASS=U,MSGCLASS=K


shall I add region at job level ?
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Jun 09, 2023 8:37 pm
Reply with quote

Quote:
shall I add region at job level ?


Not necessary. the REGION at the Step will take affect.

It is possible that even at REGION=0M, there just is not enough available memory to perform what you are requesting.

Perhaps time to re-assess your approach.
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Jun 09, 2023 10:20 pm
Reply with quote

Quote:
shall I add region at job level ?


Not necessary. the REGION at the Step will take affect.

It is possible that even at REGION=0M, there just is not enough available to perform what you are requesting.
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 -> SYNCSORT Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts To fetch records that has Ttamp value... DFSORT/ICETOOL 4
No new posts ICETOOL returns no records JCL & VSAM 1
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
Search our Forums:

Back to Top