run jcl for cobol+db2 pgm?..
//jobcard
//step001 exec pgm=ikjeft01
//systin dd *
DSNSYSTEM(--------)
RUN PROGRAM(MYPGMNAME)
PLAN(-----), LIB(-------), PARMS(------)
/*
WHAT WILL U GIVE INSIDE THE BRACKETS...
WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY
?...
No Answer is Posted For this Question
Be the First to Post Answer
quary for 1> fetch last record 2> fetch in reverse order 3> fetch last 5 row 4> fetch second last record (their is no primary key) i think concept of count can be use for this in 4th
What is bind package and plan in db2?
Differentiate between cs and rr isolation levels? Where do you specify them?
what is parm utility
Before you give the explain statement, what are the prerogatives?
cobol-db2 runjcl please?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'
Which catalog table stores referential constraints?
How do you simulate the EXPLAIN of an embedded SQL statement in SPUFI/QMF? Give an example with a host variable in WHERE clause)
What is universal database?
how will you retrieve first record in table
One program calling 5 subprograms, its a cobol db2 program, after precompilation how many plans and packages will created?