what is amode(24), amode(31), rmode(24) and rmode(any)?
No Answer is Posted For this Question
Be the First to Post Answer
What does the INITIALIZE verb do?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to submit a jcl by cobol program. clear me with an example.
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
What are the differences bitween cobol and cobol-2?
Explain fixed length record in cobol? with suitable example
How to print 10 to 1 if the input have only 10 digit number?
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
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
What do you understand by passing by reference and passing by content?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?