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
What is cursor?
What is a cursor and what is its function?
What is filter factor?
List out the three types of page locks that can be held.
What is the SQL query to select, delete and get count of duplicate rows in DB2?
where can we use index and subscript ? with example ?
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
Can I use LOCK TABLE on a view?
What is the difference between dbm cfg and db cfg file in db2 ?
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
How to check sequence on a table in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....