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

One of my application JCL is used to run the FOCUS programs


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raghav08
Currently Banned

New User


Joined: 03 Jun 2008
Posts: 94
Location: Bangalore

PostPosted: Thu Dec 04, 2008 1:03 pm
Reply with quote

Hi,

In one of my application JCL is used to run the FOCUS programs, this also having DB2 plan as below,

//SYSTSIN DD *
DSN SYS(DB2A)
RUN PROGRAM(FOCUS) PLAN(DSQL) LIBRARY('FOCUS.PROD.FOCLIB')
END

I know the source code of FOCUS program, but i couldn't find any SQL queries. Please let me know how FOCUS program queries the DB2.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Dec 04, 2008 8:36 pm
Reply with quote

Hello,

FOCUS may build the sql dynamically during the execution so there is no sql source to see.

Suggest you look in the documentation for your release of FOCUS or contact Information Builders support.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts 10 byte RBA conversion -non applicati... JCL & VSAM 1
No new posts DB2 Event passed to the Application P... DB2 1
No new posts Fetch data from programs execute (dat... DB2 3
No new posts Passing Parameters to Programs Invoke... PL/I & Assembler 5
No new posts Finding Assembler programs PL/I & Assembler 5
Search our Forums:

Back to Top