| Author |
Message |
Topic: LINE_AFTER in a EDIT Macro! |
sabarish
Replies: 5
Views: 4054
|
Forum: TSO and ISPF Posted: Mon Sep 25, 2006 5:02 am Subject: LINE_AFTER in a EDIT Macro! |
Hi
As i am a novice to ISPF programming ,how can i try running the piece of code given by ofer above. I wrote the code given above.
But how should i create 'DEPTH' 'DEST' etc and how to use the ... |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Tue Sep 19, 2006 1:19 am Subject: Profile variables not being stored |
Hi Mervyn
Thanks for the suggestion. I am not using NEWAPPL. I am invoking the panel as follows:
'ISPEXEC LIBDEF SYSEXEC DATASET ID('''MYEXEC''')'
'ISPEXEC LIBDEF ISPPLIB DATASET ID('''MYEXEC'' ... |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Mon Sep 18, 2006 4:16 am Subject: Profile variables not being stored |
| Thanks semigeezer. I checked in 7.3 option also. The variables are not being saved.Not using CONTROL ERRORS RETURN also.Not intializing before the panel.I had also tried using VGET in INIT section but ... |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Fri Sep 15, 2006 3:43 am Subject: Profile variables not being stored |
Hi Mervyn
Thanks for the details.I am pasting the entire panel for you below:
)PANEL KEYLIST(ISRSAB,ISR)
)ATTR
! TYPE(TEXT) INTENS(HIGH) COLOR(GREEN) ... |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Thu Sep 14, 2006 5:43 am Subject: Profile variables not being stored |
I am trying the ISPF program first time.so i was working based on another code.In that there is no INPUT attribute used and that is working fine.
Thanks
Sabarish |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Thu Sep 14, 2006 3:54 am Subject: Profile variables not being stored |
Hi
The )ATTR section is as follows:
! TYPE(TEXT) INTENS(HIGH) COLOR(GREEN)
#TYPE(TEXT) INTENS(HIGH) COLOR(YELLOW)
`TYPE(OUTPUT) INTENS& ... |
Topic: Profile variables not being stored |
sabarish
Replies: 11
Views: 5562
|
Forum: TSO and ISPF Posted: Thu Sep 14, 2006 1:43 am Subject: Profile variables not being stored |
Hi
I am trying to put some Z variables using the VPUT service , but the values are not being stored .I am able to see the variables but not their values.
Like the panel used in ISPF is as follo ... |
| |