norstrom Beginner
Joined: 23 Dec 2003 Posts: 2 Topics: 1
|
Posted: Tue Dec 23, 2003 6:51 am Post subject: It is possible to start a REXX from am ISPF-tutorial Panel |
|
|
We have an ISPF Dialog to which we have added some Tutorial Panels. Beacuse of different reasons we would like to invoke a REXX-program from one of the Tutorial Panels that should create and submit a JCL.
Unfortunately the REXX will not be executed, and the 2nd time the specific panel where from the REXX should be invoked is entered an error message is returned from ISPF.
" Panel 'VPTMHE00' error
Conversion or truncation problem found while attempting to store variable
'ZSEL'. "
The PROC part of the Panel looks like:
)INIT
&ZCMD = &Z
&ZUP = 'VPTMHF00'
)PROC
&ZSEL = TRANS(&ZCMD 0,'CMD %VPTMCQU1'
1,VPTMHE01
2,VPTMHE02
3,VPTMHE03
4,VPTMHE04
5,VPTMHEDY
6,VPTMHEDY
7,VPTMHEDY
8,VPTMHEDY
*,'?'
)
)END
Are there anybody who knows if it is possible to Invoke a REXX from a Tutorial Panel ?
[/quote] |
|