what happens if parmparameter passes zero bytes to the program
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between SEARCH and SEARCH ALL?
What is static and dynamic call in cobol?
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
How is sign stored in a comp-3 field?
Name some of the examples of COBOl 11?
can we use go to statement inline-perform?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
Explain how you can characterize tables in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?