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 |
01 A pic 9(100) find record length of it
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
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 are the utilities for load and unload the DB2 tables
How do we get current date from system with century?
what are the error codes in cobol, db2, cics, vsam , and jcl
what r the types of perform statement
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
What is reference modification? What is UNION in sql and syntax? What is the difference between GDGS and VSAM? Which is prefer one? What is processing groups in endevor?
What are the different open modes available in cobol?