What is report-item in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
For rewrite, why is it mandatory that file needs to be opened?
What are the rules of the move verb?
) how do u code after getting data?
How many sections are there in data division in COBOL?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Can a Search can be done on a table with or without Index?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are the different types of condition in cobol and write their forms.
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
Difference between array and sub-script ?
What are literals?
how do you reference the fixed unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?