what are the utilities for load and unload the DB2 tables
Answer / anupam das
There are many utilities available but most commonly used
are IKJEFT01, IKJEFT1A and IKJEFT1B. Also need to use
DSNTIAUL program.
You can generate Unload/Load utility from DB2 Admin tool.
Is This Answer Correct ? | 14 Yes | 0 No |
how you will define variables length in cobol.
I know my query will return more than one row but I don't want cursor what should I do?
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
How arrays can be defined in COBOL?
wht is load module and object module ?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
Write the code to count the sum of n natural numbers.
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
how do you reference the fixed unblock file formats from cobol programs
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?