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

Edit not allowing in dataset after Pos 71 in edit mode


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

New User


Joined: 31 Aug 2007
Posts: 55
Location: bangalore

PostPosted: Mon Jul 13, 2015 10:27 pm
Reply with quote

Hi,

I am having issue when editing anydatset after position 71, When I place cursor on Pos 71 and try to edit it gives me a warning message 'Xport' in the bottom part of QWS3270(in Message area) and not allowing to edit anything from that postion. I am sure it needs some setting change. Could you please suggest what needs to be done.
Back to top
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1306
Location: Vilnius, Lithuania

PostPosted: Mon Jul 13, 2015 10:35 pm
Reply with quote

Let me guess, your dataset has an LRECL=80 and positions 72-80 contain sequence numbers...

'nuff said...
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Mon Jul 13, 2015 10:47 pm
Reply with quote

Also make sure that you do not have any 'unprintable' characters in col 71. (Turn HEX ON to check, or use the HX line command).
Back to top
View user's profile Send private message
krsenthil85

New User


Joined: 31 Aug 2007
Posts: 55
Location: bangalore

PostPosted: Mon Jul 13, 2015 10:51 pm
Reply with quote

It's Vsam file with following attributes with a recl of 150 byte

Organization . . . : VS
Record format . . . : ?
Record length . . . : ?
Block size . . . . : ?
1st extent tracks . : 6
Secondary tracks . : 3

And has seq number on the left side. It has actual data after col 71
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Mon Jul 13, 2015 10:55 pm
Reply with quote

What exactly are you editing your VSAM dataset with? Not TSO or ISPF, as standard, anyway.

Is it saying xport or is it a big diagonal cross with the word "port" to the right of it?
Back to top
View user's profile Send private message
krsenthil85

New User


Joined: 31 Aug 2007
Posts: 55
Location: bangalore

PostPosted: Mon Jul 13, 2015 11:03 pm
Reply with quote

Let me make it more clear

When I scroll the page to right(F11) and bring that 72 Pos in the middle of the screen as below it allows me to edit.

Code:
Key                                        + Col 37      Insert Length 150   
       >--40---+----5----+----6----+----7----+----8----+----9----+----100--+---
****** ****  Top of data  ****                                                 
000001                                                                         
000002 I*INBD DFLT*                   (822)          TRASH                     
000003 I*INBD DFLT*                   (824)          TRASH                     
000004 OBoard of Ed Chicago           (824)          CPSACHD                   


But when this col falls at the right end of the screen as below it wont allows me to edit

Code:
 Key                                        + Col 1       Insert Length 150   
        <===+====10===+====2====+====3====+=>--4----+----5----+----6----+----7--
 ****** ****  Top of data  ****                                                 
 000001                                                                         
 000002                  AA                 I*INBD DFLT*                   (822)
 000003                  AG                 I*INBD DFLT*                   (824)
Back to top
View user's profile Send private message
krsenthil85

New User


Joined: 31 Aug 2007
Posts: 55
Location: bangalore

PostPosted: Mon Jul 13, 2015 11:04 pm
Reply with quote

Bill Woodger wrote:
What exactly are you editing your VSAM dataset with? Not TSO or ISPF, as standard, anyway.

Is it saying xport or is it a big diagonal cross with the word "port" to the right of it?


Hi Bill,

It just says Xport in the message area at bottom of screen.
Back to top
View user's profile Send private message
krsenthil85

New User


Joined: 31 Aug 2007
Posts: 55
Location: bangalore

PostPosted: Mon Jul 13, 2015 11:27 pm
Reply with quote

I found the problem was due to the Entry assist option was turned on. Now I turned it off (Ctrl+A) and it allowing me to edit at Post 72 and 73.

Thank you all for your time.
Back to top
View user's profile Send private message
steve-myers

Active Member


Joined: 30 Nov 2013
Posts: 917
Location: The Universe

PostPosted: Mon Jul 13, 2015 11:52 pm
Reply with quote

I only just picked up this thread, and my immediate thought was you had run into the entry assist foul up in QWS3270, which has caused me trouble from time to time.

I've used QWS3270 for almost 15 years now, and this entry assist is about the only complaint I've ever had with it. I'm glad you were able to diagnose and reset the "feature" on your own.
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 HILITE on Browse mode? TSO/ISPF 2
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 Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Allocated cylinders of a dataset DB2 12
Search our Forums:

Back to Top