What is the Purpose of POINTER Phrase in STRING command
Answer Posted / anshuman
The POINTER option can be used to count the number of
characters actually moved in to the receiving field.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How you can characterize tables in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
Can you please let me know the centre name of INS certification in Kolkata.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
how do you define single dimensional array and multidimensional array in your cobol?
What is link edit in cobol?
how do you reference the ksds vsam file formats from cobol programs
What is a report item?
Write the code implementing the perform … varying.
Can a Search can be done on a table with or without Index?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
In COBOL, what is the different between index and subscript?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?