Answer Posted / mahathiaz
In COBOL II the 88 levels can be set rather than moving
their associated values to the related data item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
What is perform what is varying?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Can we redefine the field of x(200) to less than 200?
What are the rules of the move verb?
What is redefines clause in COBOL?
what is difference between cobol and cobol/400
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the usage of comp fields in cobol?
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)?
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 amode(24), amode(31), rmode(24) and rmode(any)?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Write the code to count the sum of n natural numbers.
What is the difference between comp and comp-3 usage?