Answer Posted / naidu
You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about different table spaces.
What the difference is between continue and next sentence?
How are the next sentence and continue different from each other?
What kind of error is trapped by on size error option?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the local-storage section?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the variable block file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between Call and a Link?
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?
What is the difference between comp and comp-3?
How many sections are there in data division in COBOL?
How arrays can be defined in COBOL?