Author |
Message |
Topic: LOGON REXX / CLIST |
ollo
Replies: 3
Views: 2563
|
Forum: TSO and ISPF Posted: Thu Jul 12, 2007 8:24 am Subject: LOGON REXX / CLIST |
the %ISPF-REXX is the only Member in the pds.
the different is the DD - name of the allocation
don't work:
SYSEXEC DD DISP=SHR,DSN=SYS3.ISPF.REXX
work:
SYSPROC DD DISP=SHR,DSN=SYS3.ISP ... |
Topic: LOGON REXX / CLIST |
ollo
Replies: 3
Views: 2563
|
Forum: TSO and ISPF Posted: Thu Jul 12, 2007 7:11 am Subject: LOGON REXX / CLIST |
Hello,
i want to put the ISPF-Start Rexx to Dataset that is allocated
with SYSEXEC
LOGON EXEC PGM=IKJEFT01,
DYNAMNBR=200,
... |
Topic: FTP to Unix System Services |
ollo
Replies: 3
Views: 3494
|
Forum: Other Technical Topics Posted: Mon Feb 21, 2005 9:37 am Subject: FTP to Unix System Services |
Thankx for the answers.
it can be so easy when you know it. |
Topic: FTP to Unix System Services |
ollo
Replies: 3
Views: 3494
|
Forum: Other Technical Topics Posted: Fri Feb 18, 2005 5:28 am Subject: FTP to Unix System Services |
Hi,
I have the problem to find some documentation about how to make a file transfer to the USS.
I have a file on my workstation and want to move it to the USS.
In the "UNIX Guide" I read, that it ... |
|