Differentiate between structured cobol programming and object-oriented cobol programming.
No Answer is Posted For this Question
Be the First to Post Answer
What are literals?
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
how do you reference the esds vsam file formats from cobol programs
Are you comfortable in cobol or jcl?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Can the OCCURS clause be at the 01 level?
When is inspect verb is used in cobol?
In which area will you utilize 88 level items in cobol?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
how do you reference the variable block file formats from cobol programs