What is the Purpose of POINTER Phrase in STRING command
Answer Posted / kavya
POINTER is used to get the ended position of the string.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
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 rules are to be followed while using the corresponding options?
What is link edit in cobol?
) How do u handle errors in BMS macro
Explain what you understand by passing by value.
Explain the configuration section of a cobol program with examples of syntax.
What is redefines clause in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
how to access the file from prodution from changeman tool and to submit a file to production
What is amode(31)
What is the difference between Global and External Variables?
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
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is amode(24)?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?