View previous topic :: View next topic |
Author |
Message |
ranga_subham Intermediate
Joined: 31 Jan 2006 Posts: 255 Topics: 72
|
Posted: Thu Jul 17, 2008 6:57 am Post subject: why this warning message? |
|
|
Hi,
Would anybody please tell me why the below warning message appears on a JCL?
I tried google to find the reason for the warning CAY6148W but found none.
Code: |
000013 4 CAY6148W DSNAME "XXXX1.XXXXX2.XXXXXX3.OUT" FALLS BELOW
MINIMUM SPECIFIED VALUE OF 65 PERCENT WITH 15
PERCENT TRACK UTILIZATION
|
We are seeing it all of sudden. It was not appearning all these days.
Thanks. _________________ Ranga
*****
None of us is as smart as all of us - Ken Blanchard |
|
Back to top |
|
|
jyoung Beginner
Joined: 10 Nov 2005 Posts: 36 Topics: 2 Location: Flint, MI
|
Posted: Thu Jul 17, 2008 8:19 am Post subject: |
|
|
Sounds like you are allocating more space that you need. It looks like a Computer Associates message. How much of the space allocated is actually being used? |
|
Back to top |
|
|
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Thu Jul 17, 2008 9:04 am Post subject: |
|
|
I constantly wonder why people post SITE SPECIFIC questions on this forum (and other forums).
Talk to your system support people for what ever product is being invoked by the submit exit. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
|
Terry_Heinze Supermod
Joined: 31 May 2004 Posts: 391 Topics: 4 Location: Richfield, MN, USA
|
Posted: Thu Jul 17, 2008 11:27 am Post subject: |
|
|
I wonder that too, but then when I was a beginner, it wasn't always obvious what was site specific and what wasn't. The same was true for COBOL. Since I've used IBM COBOL most of the time, when I switched to Univac at one shop, I then realized that I had been using a lot of IBM extensions to COBOL that were not valid with Univac's COBOL.
An interesting sideline: An old version of Univac's COBOL had a special register called current date that had the format mm/dd/yyddd. If you moved it to an 8 character field, you got the leftmost 8 bytes. If you moved it to a 5 character field, you got the rightmost 5 bytes! _________________ ....Terry |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Thu Jul 17, 2008 4:54 pm Post subject: |
|
|
That isn't necessarily site specific. It is a non-IBM message, but could be available at many sites, especially if it is a CA product or something very system-ish. I suspect that most sites don't write a lot of system level code these days so although something that deals with things like system resource utilization might be locally written exits, they are more likely commercial products and hence fair game for a public forum.
I must add though, that I wouldn't quite extend such latitude to people answering questions. It should be the responsibility of the respondents to find out if suggested tools and commands are part of the base system or commonly available products (schedulers, fileaid, etc) mods before answering questions. _________________ New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html. |
|
Back to top |
|
|
|
|