Cobol Question: What do you feel makes a good program? Cobol Interview QuestionAnswer: A program that follows a top down approach. It is also one that other programmers or users can follow logically and is easy to read and understand. Previous QuestionNext QuestionHow 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 is the difference between static call and Dynamic call?