|
|
| Author |
Message |
Absinthia
New User
Joined: 10 Jan 2008 Posts: 22 Location: CHINA
|
|
|
|
When trying to create it with DCB parameter,the error information is below.
| Code: |
| SPECIFIED NUMERIC EXCEEDS MAXIMUM ALLOWED IN THE LRECL |
Is there anyway to do it? |
|
| Back to top |
|
 |
References
|
Posted: Tue May 20, 2008 11:36 am Post subject: Re: How to create a dataset with LRECL=32767 |
 |
|
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2913 Location: Brussels once more ...
|
|
|
|
| What exactly does the error information suggest to you ? |
|
| Back to top |
|
 |
Absinthia
New User
Joined: 10 Jan 2008 Posts: 22 Location: CHINA
|
|
|
|
| Code: |
| 21 IEF638I SPECIFIED NUMERIC EXCEEDS MAXIMUM ALLOWED IN THE LRECL SUBPARAMETER OF THE DCB FIELD |
When I try to create a VBS with 3.2,the largest length I can specify is 32760.
when specifying 32761,the error message occured.
when specifying LRECL=32767 in DCB to create VBS dynamically,the same error message occured.
How to create a VBS with LRECL=32767 |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2913 Location: Brussels once more ...
|
|
|
|
| expat wrote: |
| What exactly does the error information suggest to you ? |
|
|
| Back to top |
|
 |
|
|