what is the minimum number of lines a Cobol program should
have to successfully compile and run
Answer Posted / vijay
technically it is mentioned a flow chart to compile the
cobol programming so i prefers that 4 lines.
IDENTIFICATION DIVISION.
PROGRAM-ID. VIJAY.
ENVIRONMENT DIVISION.
PROCEDURE DIVISION.
DISPLAY ' ALL THE BEST FOR YOUR BRIGHTEST FEATURES'
STOP RUN.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain what you understand by passing by value.
) How do u handle errors in BMS macro
What is the difference between next sentence and continue in cobol programing language?
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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is rmode(24)
What is an in line perform? When would you use it? Anything else you wish to say about it.
How do u write test cases?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how to differentiate call by context by comparing it to other calls?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how do you define single dimensional array and multidimensional array in your cobol?