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

ISPF editor option


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

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Wed Jul 02, 2008 6:47 pm
Reply with quote

Hi,

If i try to use HI (HILITE) / JCK or any other ISPF commands in ISPF editor getting error "not valid command" with the only datasets with starting qualifier my userid (userid.*), not with dev/prod datasets.

I checked with PROFILE, HILITE was OFF, tried to ON it, still getting error "invalid command".

But all these were working fine few days back.

Please let me know how to reset the profile with my user id.
Back to top
View user's profile Send private message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Thu Jul 03, 2008 2:59 pm
Reply with quote

Hi,

See the below PROFILE,

***************************** Top of Data ******************
....JCLLIB (FIXED - 400)....RECOVERY ON....NUMBER ON STD....
....CAPS ON....HEX OFF....NULLS OFF....TABS OFF.............
....AUTOSAVE ON....AUTONUM OFF....AUTOLIST OFF....STATS ON..
....PROFILE UNLOCK....IMACRO NONE....PACK OFF....NOTE ON....
....HILITE OFF CURSOR FIND..................................


When try to do HILITE ON getting error message "Option unavailable".Mean while, in "COLORING :" option under HI, i couldn't save any changes.Currently under HI option "COLORING:" is "DO NOT COLOR PROGRAM", but it suppose to be "COLOR PROGRAM".[/Search]
Back to top
View user's profile Send private message
Paddy

New User


Joined: 12 Sep 2005
Posts: 46
Location: Paris France

PostPosted: Thu Jul 03, 2008 3:35 pm
Reply with quote

hi raghav08,

Probably your profile is locked. See your security manager for to get this options.
Back to top
View user's profile Send private message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Thu Jul 03, 2008 5:07 pm
Reply with quote

Paddy,

But you can see --- "PROFILE UNLOCK" status in PROFILE.
Still you are asking to contact RACF admin?
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Thu Jul 03, 2008 6:35 pm
Reply with quote

Perhaps a 400 byte LRECL file is unable to use HI LITE and other options? It's not the standard 80 bytes.
Back to top
View user's profile Send private message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Thu Jul 03, 2008 6:50 pm
Reply with quote

Bill,

You are right, i verified for other libraries having 80 bytes standard LRECL, HILITE is working.

Thanks a lot for your update, haven't knew that.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jul 03, 2008 6:59 pm
Reply with quote

For a JCLLIB, I recommend using a dataset of RECFM=FB and LRECL=254. And yes, HILITE will work.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Thu Jul 03, 2008 7:09 pm
Reply with quote

kevin,

care to elaborate on why such a large LRECL (254) for JCL?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jul 03, 2008 7:16 pm
Reply with quote

It's great if you ever need to use longer-than-80 byte SYSIN records. There's no real downside to it. Although, I wish it would solve the problem with PARM having to be no more than 100 bytes, and still having to be broken-up across multiple 80-byte records.
Back to top
View user's profile Send private message
Paddy

New User


Joined: 12 Sep 2005
Posts: 46
Location: Paris France

PostPosted: Thu Jul 03, 2008 8:29 pm
Reply with quote

hi again,

UNLOCK is a possibility to lock profile for particular file. This macro is handled by user. I not correctly looked at your profile and now i see FB 400. The max length record for hilite is 254.

best Regards.

Paddy
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jul 04, 2008 7:14 am
Reply with quote

Hi Kevin,

my understanding of a SYSIN DD * is it denotes an 80 byte record.

So I don't understand how you can use longer than 80 byte SYSIN's unless it points to a dataset.

If I submit a job with a SYSIN DD * and the data is longer than 80 bytes, only the first 80 bytes are visible after the job is submitted to the INTRDR.


Gerry
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Jul 04, 2008 7:51 am
Reply with quote

Let me re-phrase that a bit to be instream data, not necessarily SYSIN data, although I consider both to be the same in concept.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jul 04, 2008 8:33 am
Reply with quote

Hi Kevin,

Maybe be I'm barking up the wrong tree.

I submitted a job with SYSUT1 DD * and still only 80 bytes is submiited, data > 80 is lost.


Gerry
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jul 04, 2008 8:44 am
Reply with quote

Hi,

Once again, late to the party. . . icon_cool.gif

I believe it is this - "DD *" - rather than the ddname.

If some of my memory is still hanging in, i believe the length of in-stream data is an installation parameter.

d
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jul 04, 2008 9:43 am
Reply with quote

Thanks Dick I was not aware of the installation parameter


Gerry
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts SCOPE PENDING option -check data DB2 2
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts OUTFIL with SAVE option DFSORT/ICETOOL 7
No new posts CICS vs LE: STORAGE option CICS 0
Search our Forums:

Back to Top