why we are using picture clause in the cobol programs?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
pic clause is used to declare the data type and size of
variable
| Is This Answer Correct ? | 8 Yes | 0 No |
How To move a value to an array using move verb?
i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
can we use full outer join with cursors declared in cobol program?
What is the difference between goback, stop run and exit program in cobol?
What does the initialize statement do ?
What is cobol?
What is the maximum data length for Numeric DataType ?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
How do you code Cobol to access a parameter that has been defined in JCL?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be