Answer Posted / jinna
for conditions name
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is amode(24)?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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)?
What is the problem of ordered sequential files access?
How to remove 2 duplicate records and copy only one using job control language?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between external and global variables in COBOL?
What is the use of intialize verb?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
) How do u handle errors in BMS macro
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
State the various causes of s0c1, s0c5 and s0c7.
what is the difference between COBOL2 AND COBOL390?
how to move the records from file to array table. give with code example
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