Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
meaning of RECORD TYPE=F in JCL

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
Anand78

New User


Joined: 06 Mar 2006
Posts: 48
Location: PUNE

PostPosted: Wed Jul 23, 2008 2:50 pm    Post subject: meaning of RECORD TYPE=F in JCL
Reply with quote

Hi ,,

Please clarify what is meaning of
meaning of RECORD TYPE=F in JCL

Thanks'
Anand
Back to top
View user's profile Send private message
References
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3168
Location: italy

PostPosted: Wed Jul 23, 2008 3:00 pm    Post subject: Reply to: meaning of RECORD TYPE=F in JCL
Reply with quote

Quote:
RECORD TYPE=F


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
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 663

PostPosted: Wed Jul 23, 2008 3:15 pm    Post subject:
Reply with quote

Hi,

Quote:
RECORD TYPE=F
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
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3544
Location: Brussels once more ...

PostPosted: Wed Jul 23, 2008 3:37 pm    Post subject:
Reply with quote

Or do you mean RECFM=F
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2222
Location: Phoenix, AZ

PostPosted: Wed Jul 23, 2008 4:49 pm    Post subject:
Reply with quote

Instead of keep us guessing please post the scrap of the JCL where you see this syntax...
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8729
Location: 221 B Baker St

PostPosted: Wed Jul 23, 2008 8:17 pm    Post subject:
Reply with quote

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
View user's profile Send private message
Anand78

New User


Joined: 06 Mar 2006
Posts: 48
Location: PUNE

PostPosted: Thu Jul 24, 2008 3:18 pm    Post subject:
Reply with quote

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
View user's profile Send private message
UmeySan

Senior Member


Joined: 22 Aug 2006
Posts: 625
Location: Germany

PostPosted: Thu Jul 24, 2008 8:00 pm    Post subject:
Reply with quote

Then ist's exactly as gcicchet already said !
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 8729
Location: 221 B Baker St

PostPosted: Thu Jul 24, 2008 8:38 pm    Post subject:
Reply with quote

Hello,

Quote:
I apologize , I mislead you all.
Not to worry, others have mislead us also icon_smile.gif

Has your question been answered?
Back to top
View user's profile Send private message
Anuj D.

Global Moderator


Joined: 22 Apr 2006
Posts: 2222
Location: Phoenix, AZ

PostPosted: Fri Jul 25, 2008 1:40 pm    Post subject:
Reply with quote

Hello Dick,
dick scherrer wrote:
Has your question been answered?
Probably yes, in Gerry's post..
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1