Answer Posted / sandy
Not possible. It will throw compilation error.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is report-item in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How are the next sentence and continue different from each other?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you get the data to code the BMS macro?
What is a SSRANGE and NOSSRANGE?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the esds vsam file formats from cobol programs
What are the different rules of SORT operation?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to remove 2 duplicate records and copy only one using job control language?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Write a cobol program making use of the redefine clause.
What is the difference between comp and comp-3 usage?