Answer Posted / jkb
LOGIC ERROR/OPENING AN OPEN FILE
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
What is comp-1 and comp-2?
how to move the records from file to array table. give with code example
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the different data types in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain how to differentiate call by context by comparing it to other calls?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between comp and comp-3 usage?
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 are the next sentence and continue different from each other?
how do you reference the rrds file formats from cobol programs
What the difference is between continue and next sentence?
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.
Whats the difference between search & search ALL?