Answer Posted / sam
SPOOL Display and search Facility
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
how do you reference the ksds vsam file formats from cobol programs
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the variable unblock file formats from cobol programs
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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?
Give some examples of command terminators?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Difference between cobol and cobol-ii?
What is rmode(24)
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between PIC 9.99 and PIC9v99?
What are the different rules to perform a Search?