|
|
| Author |
Message |
harry143
New User
Joined: 05 Nov 2007 Posts: 19 Location: hyd
|
|
|
|
I have a REXX exec using srvices LMDINIT and LMDLIST. When I am trying to execute this exec, the return code at that line is 20.
ex:
HLQ = USERID()
DS=STRIP(HLQ||".*")
"ISPEXEC LMDINIT LISTID(IDV) LEVEL("DS")"
The third line has ended with return code = 20 when I'm trying to exuecte in batch mode.
When I'm executing directly (i.e., by typing EX before the member name) the exec is working fine.
Please help me |
|
| Back to top |
|
 |
References
|
Posted: Fri Mar 28, 2008 8:22 pm Post subject: Re: MACRO LMDINIT and LMDLIST |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3001 Location: Charlotte,NC USA
|
|
|
|
Does your job look similar to the one shown in this previous topic?
Also, didn't you already post a similar problem here? |
|
| Back to top |
|
 |
harry143
New User
Joined: 05 Nov 2007 Posts: 19 Location: hyd
|
|
|
|
My job is :
/*JOBPARM FORMS=STD,S=51UN
//TMP EXEC PGM=IKJEFT01,DYNAMNBR=30,REGION=4096K
//SYSEXEC DD DSN=TSUA8SW.REXX.JCL,DISP=SHR
//SYSTSPRT DD SYSOUT=A
//SYSTSIN DD *
%LIST
/* |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3001 Location: Charlotte,NC USA
|
|
|
|
| Where's the ISPSTART command, and the DD statements for the required ISPF libraries? |
|
| Back to top |
|
 |
harry143
New User
Joined: 05 Nov 2007 Posts: 19 Location: hyd
|
|
|
|
| superk wrote: |
| Where's the ISPSTART command, and the DD statements for the required ISPF libraries? |
Thanks working !!!! |
|
| Back to top |
|
 |
|
|