Answer Posted / ashok
in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Why occurs cannot be used in 01 level in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
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
how to convert the recors form vsam file to db2 table tru file aid
What rules are to be followed while using the corresponding options?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How many bytes S(8) comp field occupy and its maximum value?
What is inspect in cobol ?
) How do u handle errors in BMS macro