Answer Posted / sharath-hyd
INDEX is Displacement position of array data name.
Subscript is No. of occurenceof array data name.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
) 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?
What are all the divisions of a COBOL program?
What the difference is between continue and next sentence?
What is the difference between perform … with test after and perform … with test before?
Whats the difference between search & search ALL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the use of intialize verb?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Can we redefine the field of x(200) to less than 200?
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