Why we are using comp and comp-3 in real time projects?
Answer Posted / vish
In DB2 SQL copybooks
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the pertinent COBOL
Difference between cobol and cobol-ii?
What is difference between static and dynamic call in cobol?
What is link edit in cobol?
What are the different types of condition in cobol and write their forms.
What is the problem of ordered sequential files access?
What are declaratives and what are their uses in cobol?
Can we redefine the field of x(200) to less than 200?
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
Explain the configuration section of a cobol program with examples of syntax.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do you get the data to code the BMS macro?
how do you reference the variable unblock file formats from cobol programs
What are the cobol coding sheets?
In COBOL programming, what is PERFORM? What is VARYING?