MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FB to VB
Goto page Previous  1, 2
 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12388
Topics: 75
Location: San Jose

PostPosted: Wed Apr 12, 2006 4:48 am    Post subject: Reply with quote

ranga_subham,

If your intention is print the RDW then use the parm RDW=2

The syntax of the RDW parameter is: RDW=n n: Value of 0, 1, 2, or 3, which are defined as:
Code:

0 Includes the RDW during record processing and displays it on output. 0 (zero)
is the initial default setting

1 Includes the RDW during record processing and does not display it on output.

2 Does not include the RDW during record processing but displays it on output.

3 Does not include the RDW during record processing and does not display it on
output.


Check this link for other ways of viewing the rdw

http://mvsforums.com/helpboards/viewtopic.php?p=121&highlight=rdw

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ranga_subham
Intermediate


Joined: 31 Jan 2006
Posts: 255
Topics: 72

PostPosted: Wed Apr 12, 2006 6:21 am    Post subject: Reply with quote

Thanks for the details Kolusu. Hard luck. Sad It is not working for me. Still I am seeing the same output as RDW=0 even though I used RDW=2. Not a problem. I will try the link you've provided over here.

Thanks a lot once again.
_________________
Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Wed Apr 12, 2006 10:47 am    Post subject: Reply with quote

Quote:
I read it somewhere in this forum only to see the RDW of each and every VB record. That was posted by Frank of IBM I presume.


If you saw a post by me, it was about using DFSORT to display the RDW, not FileAid.

Here's a simple DFSORT job that will show the records as

RDW|data

The RDW will be displayed in hex and the data will be displayed as EBCDIC. Of course, you can play around with this to display the RDW and data in different ways.

Code:

//SHOWV EXEC  PGM=ICEMAN
//SYSOUT    DD  SYSOUT=*
//SORTIN  DD DSN=...  VB input file
//SORTOUT DD SYSOUT=*
//SYSIN    DD    *
  OPTION COPY
  OUTREC FIELDS=(1,4,1,4,HEX,C'|',5)
/*

_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
Back to top
View user's profile Send private message Send e-mail Visit poster's website
ranga_subham
Intermediate


Joined: 31 Jan 2006
Posts: 255
Topics: 72

PostPosted: Wed Apr 12, 2006 10:41 pm    Post subject: Reply with quote

Thanks Frank. Unfortunately we have Syncsort.
_________________
Ranga
*****
None of us is as smart as all of us - Ken Blanchard
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group