Have you used comp and comp-3 in your project? And how?
No Answer is Posted For this Question
Be the First to Post Answer
what is a zoned decimal data type and how it will be stored?
how to change picture class of copy book variable inside program?
88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above
What is IMPACT analysis?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
how would find total records in files using seqientional
How to Pass table from a cobol program to another cobol program and how to use that table in called program
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..