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
What are the cobol coding sheets?
How do you reference the following file formats from cobol programs?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are literals?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How do you get the data to code the BMS macro?
What is the difference between binary search and sequential search?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the Purpose of Pointer in the string?
) How do u handle errors in BMS macro
Can a Search can be done on a table with or without Index?
What guidelines should be followed to write a structured cobol prgm?
how do you reference the rrds file formats from cobol programs
What are different data types in cobol?
What are the different rules to perform a Search?