Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

outtrap issue

Status
Not open for further replies.

jivetrky

MIS
Jun 16, 2006
38
US
I am having issues with outtrap. I am using the following code to trap dsnenq command. Trapping is not working because it lists the DSNENQ command output and if you list var.0 command it is zero. Any ideas?

do i=1 to info.0
dsn=strip(substr(info.i,1,46),t)
x = OUTTRAP("var.",'*',"CONCAT")
"DSNENQ '"dsn"'"
y = OUTTRAP('OFF')
end
 
What is a DSNENQ command?
Is it a REXX routine?
A vendor supplied program?
How do you issue the command outside of REXX?
 
I'm thinking its vendor supplied program. I can't find it in my concat libraries. It is basically checking dataset enques.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top