How do you define a variable of comp-1 and comp-2?
No Answer is Posted For this Question
Be the First to Post Answer
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?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Why IBM?
What guidelines should be followed to write a structured Cobol program?
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
What is the Purpose of Pointer in the string?
What does MAXCC 3 means? It is used in one my codes.
period is missing in the cobol program which error we getting
What are the differences between OS VS COBOL and VS COBOL II?
What is the Importance of GLOBAL clause According to new standards of COBOL?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?