) How do u handle errors in BMS macro?
No Answer is Posted For this Question
Be the First to Post Answer
What is the mode in which you will OPEN a file for writing?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
where will we code call by content and call by reference dude pls reply soon ?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
What are the access modes of START statement?
s9(18) comp-3:: What is the size of memory it takes internally?
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
Differentiate COBOL and COBOL-II?
A table has two indexes defined. Which one will be used by the SEARCH?
What are the steps you go through while creating a COBOL program executable?