IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DYL280 program query


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
CIBER

New User


Joined: 31 May 2006
Posts: 1
Location: bangalore

PostPosted: Wed May 31, 2006 6:37 pm
Reply with quote

Hi
this is the sample of code in my DYL280 program
IF DYLSQLSTAT EQ 'E'
EXEC SQL CLOSE ITHST ENDEXEC
QUIT
ENDIF
here I would like to know, when they check for DYLSQLSTAT EQ 'E' and what exactly it does. why do they check for this.

renu
Back to top
View user's profile Send private message
yogesh.jamdar

New User


Joined: 21 Apr 2006
Posts: 4
Location: USA

PostPosted: Wed Jun 14, 2006 1:41 am
Reply with quote

Renu,
Though I haven't worked much in DYL280 having new DYLINSTL parameters for DB2, it looks like the statement is looking for a ROW. If it doesn't find one it Closes ITHST.
Does this suffice? Else please try running the DYL for cehcking results. Alternatively, as all DYL280 users would agree, give a wrong statement and DYL@80 will give you the reasons for its failure....great way to learn.

cheers...

Yogi
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts RC query -Time column CA Products 3
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top