I try to use some column names in my cobol progorm but
these column not in db2 table ..when do i get error ..while
bind time or runtime?
Answer Posted / ashok
You get the error during bind.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how to convert the recors form vsam file to db2 table tru file aid
What do you understand by psb and acb?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Why occurs cannot be used in 01 level in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is report-item in COBOL?
What are the different rules for performing sort operation?
Explain about different table spaces.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How can you get the ksds file records into your cobol program?
Difference between cobol and cobol-ii?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
In COBOL programming, what is PERFORM? What is VARYING?