kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
Answer / 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 |
What is ENQ in CICS?
Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.
What is the component?what are the different components there using cobol and cics
<CICSFault xmlns="http://www.ibm.com/software/htp/cics/WSFault">DFHPI10 08 05/13/2009 05:47:14 FSCIBM SOAP message generation failed because of incorrect input (INPUT_STRUCTURE_TOO_SMALL ).</CICSFault> Can anyone suggest how to handle this type of error?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What is interval control?
What is the name of the mapset definition macro?
What is Journal Recovery and Dynamic Transaction Backout?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
Differentiate between PCT and FCT.
What is a cursor in CICS sql processing?
What is the eib?