how do you reference the rrds file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What is an index for tables?
What is Redefines clause?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
What are the cobol coding sheets?
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?
give the examples of strings in cobol
Can we redefine the field of x(200) to less than 200?
Define in-line perform?
What is the difference between CALL BY VALUE and CALL BY CONTENT?