why we are using picture clause in the cobol programs?
Answer Posted / nag(igate)
pic clause is used to declare the data type and size of
variable
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Define static linking and dynamic linking.
explain sorting techniques in cobol program?
Write the code implementing the perform … varying.
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 ......
What is static and dynamic call in cobol?
how do you reference the variable unblock file formats from cobol programs
What are the different rules to perform a Search?
Write some characteristics of cobol as means of business language.
How many bytes S(8) comp field occupy and its maximum value?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do we get current date from system with century in COBOL?
What is rmode(any) ?
What are all the divisions of a COBOL program?