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
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 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 Purpose of POINTER Phrase in STRING command in COBOL?
Explain how you can characterize tables in cobol?
Difference between cobol and cobol-ii?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How many bytes S(8) comp field occupy and its maximum value?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is amode(24)?
What is rmode(24)
What is the difference between Call and a Link?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
) how do u code after getting data?
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?
) How do u handle errors in BMS macro?