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

SYNCSORT VIRTUAL STORAGE AVAILABLE


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

Active User


Joined: 28 Aug 2007
Posts: 131
Location: At Desk

PostPosted: Fri Mar 27, 2009 11:09 am
Reply with quote

Is there any possibility that we can increase the virtual memory through JCL?

Below is the error i got while submitting one of the job.


Code:
SYNCSORT LICENSED FOR CPU SERIAL NUMBER XXXXX, MODEL 2097 604
LICE
SYSIN :

   OPTION COPY

     INCLUDE COND=(1,80,SS,EQ,C'DGCVPG2')

     INREC PARSE=(%01=(STARTAT=C'DGCVPG2',FIXLEN=40)),

       BUILD=(%01)

WER276B  SYSDIAG= 60498, 188088, 188088, 1050199

WER164B  6,916K BYTES OF VIRTUAL STORAGE AVAILABLE, MAX REQUESTED,

WER164B     0 BYTES RESERVE REQUESTED, 1M BYTES USED

WER108I  SORTIN   : RECFM=FB   ; LRECL=    80; BLKSIZE= 27920

WER180A  SORTIN   MEMBER NOT SPECIFIED

WER449I  SYNCSORT GLOBAL DSM SUBSYSTEM ACTIVE

******************************** BOTTOM OF DATA
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 Mar 27, 2009 11:54 am
Reply with quote

hi,
himanshu7 wrote:
Is there any possibility that we can increase the virtual memory through JCL?
Why do think this is your problem? Instead, I believe, the SORTIN ddname indicates a partitioned data set, but a member name has not been specified.
Per this
Code:
WER180A  SORTIN   MEMBER NOT SPECIFIED
suggest specify a member name on the indicated DD statement or change the partitioned data set to a sequential data set.
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 Mar 27, 2009 11:58 am
Reply with quote

Please note: when you post such information as in your post, please chnage/omit/delete the CPU number to which your product is licensed - don't you have a threat to get fired in this recession time... amen..!
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 Compare only first records of the fil... SYNCSORT 7
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts CICS vs LE: STORAGE option CICS 0
No new posts Insufficient Storage ABENDS & Debugging 7
No new posts Count Records with a crietaria in a f... DFSORT/ICETOOL 5
Search our Forums:

Back to Top