Discussion:
EZAFTPKS from Started task
(too old to reply)
Joseph Reichman
2017-08-29 22:12:00 UTC
Permalink
hI



I have been testing out a started task under TESTAUTH (it does APF
authorized command). In addition it uses EZAFTPKS to download a file to
windows, this works fine under TEST



When I know try to run the code I get the following abend



BPXP018I THREAD 1FD8500000000002, IN PROCESS 16842778, ENDED

WITHOUT BEING UNDUBBED WITH COMPLETION CODE 840C1000

, AND REASON CODE 00000001.



After doing some research on EZAFTPKS it says that it has to have a OMVS
segment defined I am far from RACF expert but I am wondering if anyone has
had similar experiences and might be able to shed some light



Thanks


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Mike Schwab
2017-08-30 00:12:19 UTC
Permalink
FTP is an OMVS command.
You must have a RACF OMVS segment to use any OMVS commands.
Post by Joseph Reichman
hI
I have been testing out a started task under TESTAUTH (it does APF
authorized command). In addition it uses EZAFTPKS to download a file to
windows, this works fine under TEST
When I know try to run the code I get the following abend
BPXP018I THREAD 1FD8500000000002, IN PROCESS 16842778, ENDED
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 840C1000
, AND REASON CODE 00000001.
After doing some research on EZAFTPKS it says that it has to have a OMVS
segment defined I am far from RACF expert but I am wondering if anyone has
had similar experiences and might be able to shed some light
Thanks
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
--
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Charles Mills
2017-08-30 00:34:14 UTC
Permalink
This post might be inappropriate. Click to display it.
John McKown
2017-08-30 00:57:22 UTC
Permalink
This is an S0C1 a end. Debug it from the CEEDUMP or SYSUDUMP.
Post by Joseph Reichman
hI
I have been testing out a started task under TESTAUTH (it does APF
authorized command). In addition it uses EZAFTPKS to download a file to
windows, this works fine under TEST
When I know try to run the code I get the following abend
BPXP018I THREAD 1FD8500000000002, IN PROCESS 16842778, ENDED
WITHOUT BEING UNDUBBED WITH COMPLETION CODE 840C1000
, AND REASON CODE 00000001.
After doing some research on EZAFTPKS it says that it has to have a OMVS
segment defined I am far from RACF expert but I am wondering if anyone has
had similar experiences and might be able to shed some light
Thanks
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Peter Hunkeler
2017-08-30 05:09:15 UTC
Permalink
Post by Joseph Reichman
I have been testing out a started task under TESTAUTH (it does APF
authorized command).



I'm curious. How can you test out "a started task under TESTAUTH" (or TEST)? I know only how to test programs in my TSO session using these commands.
--
Peter Hunkeler

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Joseph Reichman
2017-08-30 06:16:51 UTC
Permalink
It was in my TSO session I had to make a few modifications not to use the COMTASK ECB
As that obviously wouldn't work under TESTAUTH
In my TSO session

Now that I think about I'm using TCP/IP in my program EZASMI macros ( as it's a concurrent server) and that wouldn't work if I didn't have a OMVS segment

I'm beginning to think it something else
Maybe some other task
Post by Joseph Reichman
Post by Joseph Reichman
I have been testing out a started task under TESTAUTH (it does APF
authorized command).
I'm curious. How can you test out "a started task under TESTAUTH" (or TEST)? I know only how to test programs in my TSO session using these commands.
--
Peter Hunkeler
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to ***@listserv.ua.edu with the message: INFO IBM-MAIN
Loading...