In an array processing what is the thing that can be done
by using subscripts but not by using index
Answer Posted / nimi
subscripted array can be passed to a sub program whereas indexed array cannot be.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
what is search and searchall?what is the diffrence between them?give an best example?
What are the rules of the move verb?
Can a Search can be done on a table with or without Index?
What is static and dynamic call in cobol?
What is a SSRANGE and NOSSRANGE?
How do you reference the fixed block file formats from cobol programs
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you get the data to code the BMS macro?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what are decleratives in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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 Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the printer file formats from cobol programs