View previous topic :: View next topic |
Author |
Message |
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Tue Jul 06, 2004 6:13 am Post subject: ISPP123 error while executing panel |
|
|
hi,
I am trying to execute one rexx panel program its giving following error message
ISPP123
Panel 'PPDSDSN' error
The command field length is greater than 255.
Current dialog statement:
DISPLAY PANEL(PPDSDSN) _________________ Regards,
Chandra |
|
Back to top |
|
 |
Dibakar Advanced

Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Tue Jul 06, 2004 6:59 am Post subject: |
|
|
Post the panel code too. |
|
Back to top |
|
 |
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Wed Jul 07, 2004 12:25 am Post subject: |
|
|
)BODY CMD(ZCMD)
Diba,
This is my code
Quote: |
%DATASET CREATION PANEL
+COMMAND ===>_ZCMD
+PLEASE ENTER THE DATASET NAME TO CREATE_DSNAME
+THE DATASET IS %_RSLT
|
_________________ Regards,
Chandra |
|
Back to top |
|
 |
Mervyn Moderator

Joined: 02 Dec 2002 Posts: 415 Topics: 6 Location: Hove, England
|
Posted: Wed Jul 07, 2004 6:15 am Post subject: |
|
|
Chandra, you just need to place a delimiter in the first space of the line under your command line. In fact, I generally place delimiters at the start of every line, and wherever they may be useful. For example, how many spaces are you allowing for the DSNAME variable? You should think about restricting it to 44 characters. _________________ The day you stop learning the dinosaur becomes extinct |
|
Back to top |
|
 |
chandra Beginner
Joined: 26 Sep 2003 Posts: 130 Topics: 36
|
Posted: Wed Jul 07, 2004 7:01 am Post subject: |
|
|
Thanks a lot Mervyn... _________________ Regards,
Chandra |
|
Back to top |
|
 |
|
|