View previous topic :: View next topic |
Author |
Message |
anita_m Beginner

Joined: 20 Sep 2006 Posts: 41 Topics: 12 Location: Venus
|
Posted: Sun May 20, 2007 2:43 pm Post subject: Sysprint Length |
|
|
Is there a way to override sysprint length? |
|
Back to top |
|
 |
dbzTHEdinosauer Supermod
Joined: 20 Oct 2006 Posts: 1411 Topics: 26 Location: germany
|
Posted: Sun May 20, 2007 2:48 pm Post subject: |
|
|
SYSPRINT DD's are usually defined by utilities and 3rd party products, and they 'usually' have a 'dedicated FD definition'. I imagine that you have to read the doc's for each utility to determine if the 'SYSPRINT' record length is 'parmable'. _________________ Dick Brenholtz
American living in Varel, Germany |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Mon May 21, 2007 1:11 am Post subject: |
|
|
Most of the times that I have tried it with utilities, it did not work. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Mon May 21, 2007 2:14 am Post subject: |
|
|
As far as I am aware SYSPRINT is the OS's file and is therefore defined there. I've been told to never open and close SYSPRINT because the system may have written messages to it before your program gets control and you might need those messages for debugging. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|