how do you reference the fixed unblock file formats from cobol programs
Explain call by context by comparing it to other calls.
db2 variable decimal(15,2) what is the equalent size of cobol variable
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
How do you differentiate between cobol and cobol-ii?
) How do u handle errors in BMS macro
In which area will you utilize 88 level items in cobol?
what are the control characters used in reports
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
When is inspect verb is used in cobol?
) what is the difference between AID and HANDLE AID?