|
|
| Author |
Message |
smilingashutosh
New User
Joined: 08 Jun 2006 Posts: 18
|
|
|
|
hi,
can anybody let me know is epdf command can be used in rexx if yes then how ?
Thanks
Ashutosh |
|
| Back to top |
|
 |
References
|
Posted: Fri Sep 29, 2006 5:58 pm Post subject: Re: "EPDF dataset" command can be used in rexx if the |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3094 Location: Charlotte,NC USA
|
|
|
|
| Did you try it? |
|
| Back to top |
|
 |
smilingashutosh
New User
Joined: 08 Jun 2006 Posts: 18
|
|
|
|
ya superk.i tried it as shown below
/* REXX */
ADDRESS ISREDIT "MACRO"
ADDRESS ISPEXEC "CONTROL ERRORS RETURN"
X = SYSDSN("'NBK7VYS.MYBACK.FILE'")
IF X = 'OK' THEN
DO
ADDRESS ISREDIT "CUT .ZF .ZL"
ADDRESS ISREDIT "EPDF 'NBK7VYS.MYBACK1.FILE(XX)' "
EXIT
END
but the mentioned dataset is not getting opened in edit mode,
can u suggest something, also no error in program |
|
| Back to top |
|
 |
|
|