On 12/30/2011 2:25 PM, Paul Gilmartin wrote:
Good question.  How would he get the notification?  But did you try:

o ftp MVS
   user LONGUSER
   password
   quote site FILE=JES
   put ...?

o //STEP  EXEC  PGM=IKJEFT01  with that owner?
       (possibly in the job submitted via FTP)

I used FTP PUT to send the following:

//LONGUSER JOB 1,JAFFE,CLASS=A,MSGCLASS=T,NOTIFY=&SYSUID
// EXEC PGM=IKJEFT01,REGION=64M
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
 LISTA STA HI
//

As it should, the job received a JCL error indicating NOTIFY was too long:

IEF642I EXCESSIVE PARAMETER LENGTH IN THE NOTIFY FIELD

Once I removed that, the job ran to completion exactly as expected:

IKJ56644I NO VALID TSO USERID, DEFAULT USER ATTRIBUTES USED
READY
 LISTA STA HI
--DSORG--CREATED-----EXPIRES-----SECURITY--DDNAME---DISP--
LONGUSER.LONGUSER.J0256439.D000000A.?
                                           SYSTSPRT DELETE
IKJ58300I HISTORY NOT AVAILABLE+
IKJ58300I LOCATE ERROR CODE 08
LONGUSER.LONGUSER.J0256439.D0000009.?
                                           SYSTSIN  DELETE
IKJ58300I HISTORY NOT AVAILABLE+
IKJ58300I LOCATE ERROR CODE 08
READY
END


   - Invoke ISPF LM services under that TMP?

ISPF LM services should work fine. They don't depend on TSO services.

o ssh LONGUSER@MVS
   then, in Rexx,
       address TSO time

>./timerexx
IKJ56644I NO VALID TSO USERID, DEFAULT USER ATTRIBUTES USED
IKJ56650I TIME-04:44:34 PM. CPU-00:00:00 SERVICE-268 SESSION-00:00:00 DECEMBER 31,2011

--
Edward E Jaffe
Phoenix Software International, Inc
831 Parkview Drive North
El Segundo, CA 90245
310-338-0400 x318
[email protected]
http://www.phoenixsoftware.com/

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to