Suppose i want to declare a binary comp fild of 7 byte .how
to write?
Answer Posted / sky
you would declare it as s9(7) comp
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
explain sorting techniques in cobol program?
Which division and paragraphs are mandatory for a COBOL program?
How can you get the ksds file records into your cobol program?
) how do u code after getting data?
How arrays can be defined in COBOL?
What is a SSRANGE and NOSSRANGE?
What are literals?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?