adspace
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Answer Posted / Ramanand Chaudhary
"The PIC (Picture Clause) in CICS is used to define the format and length of a data field.
1. ANY BLL cell: The PIC clause for an ANY BLL (Binary Large Object) cell would be simply PIC X(<length>).
2. Data Type of Length Option Field: To define a data type of length option field, you can use the format PIC <data_type><length-option>. For example, PIC S9(4) for a signed decimal number with 4 digits.
3. HHMMSS type of data fields: To define an HHMMSS (hours, minutes, seconds) field, you can use the format PIC X(8) to store the value as a string or PIC S9(2)V9(2)V9(2)V9(3) for a more structured representation."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category