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
 
Have a file consist records in variable Block length

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
lakshmibala

New User


Joined: 16 Jun 2004
Posts: 47

PostPosted: Wed Aug 25, 2004 8:24 pm    Post subject: Have a file consist records in variable Block length
Reply with quote

Hi

This question asked in IBM

Have a file consist records in variable Block length one is 80,40,30,50...like that. i wanna sorted order thru their size. How to sort?
Back to top
View user's profile Send private message
References
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1504

PostPosted: Wed Aug 25, 2004 9:57 pm    Post subject:
Reply with quote

If you want to sort by BLOCK size, define the file as RECFM=U and define the sort key as the BDW (i.e. the 1st 4 bytes in the block).

I don't think you can sort by the RDW (rec descriptor word) because the 1st rec of each block looks like:

BDW|RDW|data

and the other recs in each block look like:

RDW|data

So, the sort key you need changes position in the 1st rec of each block.
Back to top
View user's profile Send private message
anuradha

Global Moderator


Joined: 06 Jan 2004
Posts: 257

PostPosted: Thu Aug 26, 2004 9:58 pm    Post subject:
Reply with quote

Hi Jack,

You rightly added a statement in your signature that too at right place. Now a days we are seeing many questions which are half informative.

Thanks,
Anu
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1