What are the different rules for performing sort operation?
No Answer is Posted For this Question
Be the First to Post Answer
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What is comp-1 and comp-2?
Can you please let me know the centre name of INS certification in Kolkata.
how many maximum no of variables can be declared in linkage section ?
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
What are the divisions in a cobol program? Which one is the mandatory division among them?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different data types available in COBOL?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
can we read records in a file from botom to top. if possible how can we read
Write a program to explain size error.
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?