S9(5)V9(2) occupies how many bytes memory ?
Answer Posted / ronaldo luyo
I have a file with a field with s9(3)v9(4) and i need to
load with LOAD UTILITY DB2 v9. What data db2 type correspond
to this case in the crate table and load utility DB2 V9 FOR ZOS.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
Whats the difference between search & search ALL?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How can you get the ksds file records into your cobol program?
What are the different rules of SORT operation?
State the various causes of s0c1, s0c5 and s0c7.
How do you get the data to code the BMS macro?
example for sub strings ? and refernce modifications whit output pls
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Define static linking and dynamic linking.
Difference between cobol and cobol-ii?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how to move the records from file to array table. give with code example