Answer Posted / guest
Identification Division
Environment Division
Data Division
Procedure Division
| Is This Answer Correct ? | 64 Yes | 2 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Difference between array and sub-script ?
What type of SDLC u followed? Why?
Difference between cobol and cobol-ii?
what is search and searchall?what is the diffrence between them?give an best example?
What is perform what is varying?
What is comp-1 and comp-2?
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 is the difference between a binary search and a sequential search what are the pertinent cobol?
how to move the records from file to array table. give with code example
How to print 10 to 1 if the input have only 10 digit number?
How do u write test cases?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Can we redefine the field of x(200) to less than 200?
What is the difference between goback, stop run and exit program in cobol?