Can anyone tell me how to handle the array beyond the limit.
If we have an array or a table which can handle 5000
records but now we have to compensate 20000 records with
the same array? how to handle the situation.
Answers were Sorted based on User's Feedback
Can we access the a[0] in the array ?
Whtz the specialty of 77 level number ?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
What is SQL Code -904 and -903 in DB2 And how to handle it?
1)what is use of linkage section? 2)what is difference between comp and comp-3
Mention the guidelines to write a structured cobol program?
What is an explicit scope terminator?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.