|
|
| Author |
Message |
Anand78
Active User
Joined: 06 Mar 2006 Posts: 51 Location: PUNE
|
|
|
|
Hi ,,
Please clarify what is meaning of
meaning of RECORD TYPE=F in JCL
Thanks'
Anand |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 23, 2008 2:50 pm Post subject: Re: meaning of RECORD TYPE=F in JCL |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2562 Location: italy
|
|
|
|
I do not remember the quote being a JCL construct
as a general point it means that all the records have the same lenght |
|
| Back to top |
|
 |
gcicchet
Senior Member
Joined: 28 Jul 2006 Posts: 457
|
|
|
|
Hi,
have seen it in a SORT SYSIN parameter
| Quote: |
----------------- V=IBM P=Z/OS DFSORT UTILITY R=V1R5 I=SORT -----------------
> RECORD:
The RECORD statement tells DFSORT the record format and lengths
of the records in the input file for a sort or merge operation.
You only need a RECORD statement if the INPUT is from a VSAM file,
when a user exit changes the record length, or a user exit supplies
all of the input records. The format of the RECORD control statement
is:
RECORD TYPE={F | D},LENGTH=(len1{,len2,len3}) |
TYPE=V,LENGTH=(len1{,len2,len3,len4,len5,len6,len7})
TYPE= provides the RECFM of the input, either F (fixed),
V (variable), or D (ISCII/ASCII variable).
|
Gerry |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2962 Location: Brussels once more ...
|
|
|
|
| Or do you mean RECFM=F |
|
| Back to top |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1706 Location: Mumbai, India
|
|
|
|
| Instead of keep us guessing please post the scrap of the JCL where you see this syntax... |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7517 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
Please clarify what is meaning of
meaning of RECORD TYPE=F in JCL |
If this is truly in jcl, it means there will be a jcl error. . .
If you post more complete info (as Anuj requested), someone will be able to clarify for you.
As Expat mentioned, it specifies fixed length records (rather than variable length). |
|
| Back to top |
|
 |
Anand78
Active User
Joined: 06 Mar 2006 Posts: 51 Location: PUNE
|
|
|
|
I apologize , I mislead you all.
It is in the sort card and sorting CSV file.
OPTION COPY
RECORD TYPE=F,LENGTH=500
I am really sorry.
Thanks |
|
| Back to top |
|
 |
UmeySan
Senior Member
Joined: 22 Aug 2006 Posts: 624 Location: Germany
|
|
|
|
| Then ist's exactly as gcicchet already said ! |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7517 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
| I apologize , I mislead you all. |
Not to worry, others have mislead us also
Has your question been answered? |
|
| Back to top |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1706 Location: Mumbai, India
|
|
|
|
Hello Dick,
| dick scherrer wrote: |
| Has your question been answered? |
Probably yes, in Gerry's post.. |
|
| Back to top |
|
 |
|
|