What guidelines should be followed to write a structured Cobol prg’m ?
what is Pic 9v99 Indicates ?
What is the difference between PIC 9.99 and 9v99 ?
What is the difference between a DYNAMIC and STATIC call in COBOL ?
How can I tell if a module is being called DYNAMICALLY or STATICALLY ?
What is the point of the REPLACING option of a copy statement ?
What is the difference between a binary search and a sequential search What are the pertinent COBOL ?
What is LENGTH in COBOL II ?
What is SET TO TRUE all about, anyway ?
What is the default value(s) for an INITIALIZE and what keyword allows for an override of the default ?
In an EVALUTE statement is the order of the WHEN clauses significant ?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution ?
When is a scope terminator mandatory ?
What is AMODE(24), AMODE(31), RMODE(24) and RMODE(ANY) (applicable to only MVSESA Enterprise Server) ?
What is Static and Dynamic linking ?
What is COMP SYNC ?
What is a bind?
What is the linkage section ?
Explain call by context by comparing it to other calls ?
What was removed from COBOL in the COBOL II implementation ?
What is the significance of ‘above the line’ and ‘below the line’ ?
What COBOL construct is the COBOL II EVALUATE meant to replace ?
What is the difference between NEXT SENTENCE and CONTINUE ?
What is an in line PERFORM When would you use it Anything else to say about it ?
How can you submit a job from COBOL programs ?
How do you set a return code to the JCL from a COBOL program ?
What is SSRANGE, NOSSRANGE ?
How do you define a sort file in JCL that runs the COBOL program ?
What is binary search ?
How do you sort in a COBOL program Give sort file definition, sort statement syntax and meaning. ?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it ?
No comments:
Post a Comment