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
 
Can we read the file in REVERSE order

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
NAYAZSHAIK

New User


Joined: 23 Jun 2004
Posts: 2

PostPosted: Wed Jun 23, 2004 2:40 pm    Post subject: Can we read the file in REVERSE order
Reply with quote

CAN WE READ A FILE IN REVERSE ORDER(FROM DOWN TO UP) WITH USING SORT COMMAND?[/i][/b]
Back to top
View user's profile Send private message
References
bluebird

Specialist


Joined: 03 Feb 2004
Posts: 144

PostPosted: Fri Jun 25, 2004 12:32 pm    Post subject:
Reply with quote

or try a bit of REXX coding using by (-x) on do clause....
Code:

do N=queued() to 1 by -1
say i.n
end
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1508

PostPosted: Fri Jun 25, 2004 7:20 pm    Post subject:
Reply with quote

or use Assembler Language.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 Hours
Page 1 of 1