please..could u give an example about USAGE IS
POINTER ..and explain why and when we use it ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the Purpose of POINTER Phrase in STRING command in COBOL?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
How you can characterize tables in cobol?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy
What should be the sorting order for SEARCH ALL?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
diffrence between renames and redifnes with examples
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?