IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Freezing a particular line in the dataset


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
IQofaGerbil

Active User


Joined: 05 May 2006
Posts: 183
Location: Scotland

PostPosted: Fri Aug 10, 2007 7:17 pm
Reply with quote

...or if you have option 11 below

Code:

                           Utility Selection Panel                           
Option ===>                                                                   
                                                                             
1  Library     Compress or print data set.  Print index listing.  Print,     
                 rename, delete, browse, edit or view members                 
2  Data Set    Allocate, rename, delete, catalog, uncatalog, or display       
                 information of an entire data set                           
3  Move/Copy   Move, or copy members or data sets                             
4  Dslist      Print or display (to process) list of data set names.         
                 Print or display VTOC information                           
5  Reset       Reset statistics for members of ISPF library                   
6  Hardcopy    Initiate hardcopy output                                       
7  Transfer    Download ISPF Client/Server or Transfer data set               
8  Outlist     Display, delete, or print held job output                     
9  Commands    Create/change an application command table                     
11 Format      Format definition for formatted data Edit/Browse               
12 SuperC      Compare data sets                             (Standard Dialog)
13 SuperCE     Compare data sets Extended                    (Extended Dialog)
14 Search-For  Search data sets for strings of data          (Standard Dialog)
15 Search-ForE Search data sets for strings of data Extended (Extended Dialog)


then you could format the data entry
eg



Code:
Field   Start   Field   Field        Field   Start   Field   Field     
Number  Column  Length  Type         Number  Column  Length  Type       
   1    00001     30      E             2    00031     04      E       
   3    00035     12      E             4    00047     02      E       
   5    00000     00      _             6    00000     00      _       
   7    00000     00      _             8    00000     00      _       


and when you edit your dataset then you can tab between fields, thus you might not need to use a header as a guide.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top