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
Which components manage deadlocks in db2?
What is isolation level?
How to resolve -504 sql code in DB2?
What is the purpose of the DSNC transaction ?
What are the three DB2 date and time data types and their associated functions?
Name the various locking levels available?
How is the SUBSTR keyword used in sql?
what is differnece between DROP TABLE & DELETE TABLE .
How many sub queries can you combine together ?
What is the syntax of SELECT statement when embedded in a COBOL program?
What is the difference between bind and rebind in db2?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop