|
View previous topic :: View next topic
|
| Author |
Message |
lara
New User

Joined: 31 May 2006 Posts: 5
|
|
|
|
Is there a way to view 2 fields - one field occupies 10-20 bytes and another one occupies 980-1000 bytes in record structure of a VSAM file, side-by-side in FIle-Aid ?
| Code: |
01 Rec.
05 Filler pic x(10).
05 Name pic x(10).
05 Details pic x(960).
05 Salary pic x(20). |
I want to view in File-Aid as such:
| Code: |
Name Salary
abcd 20000
xyz 10000 |
|
|
| Back to top |
|
 |
ranga_subham
New User

Joined: 01 Jul 2005 Posts: 51
|
|
|
|
use display command for this.
you can say display field1 field2 only
HTH. |
|
| Back to top |
|
 |
ranga_subham
New User

Joined: 01 Jul 2005 Posts: 51
|
|
|
|
one more thing is enter in Vertical Format mode to see the fields side by side. Ok.
HTH. |
|
| Back to top |
|
 |
kousalya26
New User

Joined: 06 Jul 2005 Posts: 21 Location: chennai
|
|
|
|
Lara,
Also u can use "HOLD" in the command line and then choose the fields u want to hide/hold from your view.this is useful if the file has many fields.
Thanks & Regards,
kousalya |
|
| Back to top |
|
 |
prasanth_thavva
New User

Joined: 28 Jul 2005 Posts: 86 Location: Chennai
|
|
|
|
hi Kosalya,
How to reset the file after applying Hold command.
what is the syntax..that means H 1-10 will work.whether it hides the data in a file
Thanks&Regards,
Venkata Prasanth |
|
| Back to top |
|
 |
|
|