Differentiate between structured cobol programming and object-oriented cobol programming.
No Answer is Posted For this Question
Be the First to Post Answer
I know my query will return more than one row but I don't want cursor what should I do?
What is the linkage section?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What are various search techniques in cobol? Explain.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
How can you display the SPOOL information ?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
How to print 10 to 1 if the input have only 10 digit number?
Which division and paragraphs are mandatory for a COBOL program?
DATAONLY, MAPONLY functionality?