Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
No Answer is Posted For this Question
Be the First to Post Answer
wht is structured cobol pgm and non structred cobol pgm ?
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
1.Can we define condition-name conditions in FD entry.
What are the access modes of START statement?
What are the different types of condition in cobol and write their forms.
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.
BY seeing a program how can we say that it is static call or dynamic call
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
what is the meaning of pic 9(09)v99-