Answer Posted / ramesh
Space issue
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What rules are to be followed while using the corresponding options?
how can i see junk values in dclgen or in hostvariable of comp ?
What are literals?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different types of condition in cobol and write their forms.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
When is inspect verb is used in cobol?
IF I mention stop run in CICS what happens?
What is the difference between PIC 9.99 and PIC9v99?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different rules of SORT operation?