what happens when a copybook variables are declared using
include statement ?
Answer Posted / talluri
copy and include stmt are prediffiend texts, but copy will
expand compilation time, but include will expand
precompilation time
correct me if any thing wrong
Talluri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What the difference is between continue and next sentence?
What is amode(24)?
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do define dynamic array in cobol.
How do you reference the following file formats from cobol programs?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are 77 levels used for?
How many sections are there in data division in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Define static linking and dynamic linking.
Write a program to explain size error.
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