File transfer tool



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Re: File transfer tool

Postby keerthi286 » Thu Dec 13, 2012 10:45 am

keerthi286 wrote:
BillyBoyo wrote:Please learn how to use the Code tags to preserve formatting when you post.

Please also supply any information you feel may be usefule. Error messages, output produced etc.

With Rexx the first thing to do is to use Trace. Have you done that?



Hi Billy,

i am getting error

ISPP277

Panel 'XPORTPAN' error
First line of an area must identify the left and right boundaries.






Current dialog statement:
DISPLAY PANEL(XPORTPAN)

could you please tell me how to resolve this and i haven't use trace..



Hi Billy,

I am using trace in the REXX programm but still am facing the same issue could you please help me in resolving the issue.

Regards,
Keerthi O
keerthi286
 
Posts: 6
Joined: Thu Nov 08, 2012 4:06 pm
Has thanked: 0 time
Been thanked: 0 time

Re: File transfer tool

Postby enrico-sorichetti » Thu Dec 13, 2012 1:50 pm

Panel 'XPORTPAN' error
First line of an area must identify the left and right boundaries.


no reason to bother REXX with traces
what is that You do not understand in the message You received ???

and in the explanation given You by Robert ???

fix the damn panel providing the appropriate <AREA> definition as required by ISPF

search the manuals in the link I posted for AREA and You will find all the info needed
to fix Your problems,
how to specify a dynamic area and the relative examples
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: File transfer tool

Postby dick scherrer » Thu Dec 13, 2012 8:28 pm

Hello,

Are you expecting (hoping?) that someone is just going to write code for you?

We are here to help but not actually do the work for you?

After reading the info mentioned, what have you tried? Just thinking about it will not change it. When you try something that does not work, you need to post what you tried and what happened.

Hopefully, you understand that the immediate problem is your panel. If you try things that are Not fixing the panel, the problem will continue.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: File transfer tool

Postby Pedro » Thu Dec 13, 2012 10:31 pm

you understand that the immediate problem is your panel

and
|  AREA(DYNAMIC)
...
|ZDATA01,ZSHAD01


You defined a vertical bar as a attribute character for a dynamic area and using the attribute character has certain requirements (read the manual, or even just read the message you received). You have used it in several places, such as the ZDATA01 line. You need to fix all occurrences.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times

Previous

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post