Answer Posted / mail2ram1983@gmail.com
no Puja, u r wrong!
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
Write the code implementing the perform … varying.
) how do u code after getting data?
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?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what is the use of outrecord?
What is a report item?
how do you reference the ksds vsam file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
how do you define single dimensional array and multidimensional array in your cobol?
What is report-item in COBOL?
What are the cobol coding sheets?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between goback, stop run and exit program in cobol?