How can you get the ksds file records into your cobol program?
No Answer is Posted For this Question
Be the First to Post Answer
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
sample code for read a 2nd record from last in flatfile how can do?
what are the working storage fields in BMS macro?
In COBOL programming, what is PERFORM? What is VARYING?
what is difference between cobol and cobol/400
What is COMP-1? COMP-2?
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 ......
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
What kind of error is trapped by on size error option?
Define static linking and dynamic linking.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the significance of 'above the line' and 'below the line'?