|
|
| Author |
Message |
diwa_thilak
Active User
Joined: 13 Jul 2006 Posts: 189 Location: At my desk
|
|
|
|
Hi all,
Is there any maximum limit for the instream data?
like only 100 characters ? |
|
| Back to top |
|
 |
References
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3316 Location: Charlotte,NC USA
|
|
|
|
| 254 bytes last I knew of. |
|
| Back to top |
|
 |
diwa_thilak
Active User
Joined: 13 Jul 2006 Posts: 189 Location: At my desk
|
|
|
|
| Thanks dude. |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 670
|
|
|
|
Hi,
what exactly is instream data ?
My understanding it was data passed via a DD * statement and hence it could only have a length of 80.
Gerry |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8768 Location: 221 B Baker St
|
|
|
|
Hi Gerry,
| Quote: |
| it was data passed via a DD * statement and hence it could only have a length of 80. |
1 for 2
Yup, it is dd *, but is not limited to 80. As Kevin mentioned, the max is 254. |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 670
|
|
|
|
Hi Dick,
if I submit a job with DD * it truncates the data to 80.
There must be a parameter somewhere that needs setting ?
Does that mean JCL can be longer than 80 ?
I created a PDS with LRECL of 254 and when trying to submit the JCL
I received the following :-
RECORD LENGTH OF DATA SET CSCSGLC.TEST.PDS NOT 80
Gerry |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 670
|
|
|
|
Hi Dick,
I better make it clearer, when I use the submit command, it truncates the DD * data to 80, when in ISPF 3.4 and TYPE "E" and place a "J" next to the member I receive the message :-
RECORD LENGTH OF DATA SET CSCSGLC.TEST.PDS NOT 80
Gerry |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8768 Location: 221 B Baker St
|
|
|
|
Hi Gerry,
Taxing my memory here. . .
IIRC, jcl is limited to 80, but instream data is not.
| Quote: |
| There must be a parameter somewhere that needs setting ? |
I believe there is a jes parm, but i do not remember which. |
|
| Back to top |
|
 |
diwa_thilak
Active User
Joined: 13 Jul 2006 Posts: 189 Location: At my desk
|
|
|
|
Hi,
| Quote: |
| I created a PDS with LRECL of 254 and when trying to submit the JCL |
Is it possible to submit a Job using PDS in SYSIN ?
I beleive it has to be a PS rather PDS. If PDS then member name should be provided.
Am i rt ? |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 8768 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| Is it possible to submit a Job using PDS in SYSIN ? . . . I beleive it has to be a PS rather PDS. If PDS then member name should be provided. |
Yes, a member of a pds may be used as SYSIN. Multiple concatenated members might also be used. . . |
|
| Back to top |
|
 |
|
|