What is the difference between comp and comp-3 usage?
No Answer is Posted For this Question
Be the First to Post Answer
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How do we get current date from system with century in COBOL?
how to submit a jcl by cobol program. clear me with an example.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
What is the figurative constant in cobol?
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
subscript and index r not coded in u r application program what will happen?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?