kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?



kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmm..

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

Post New Answer

More CICS Interview Questions

What is ENQ in CICS?

2 Answers   IBM,


Specify the CICS command used to read a VSAM record starting with prefix ?F?. Code all the relevant options.

2 Answers   IBM,


What is the component?what are the different components there using cobol and cics

2 Answers   IBM, SPIC,


<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?

1 Answers  


If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?

5 Answers   IBM,


What is interval control?

1 Answers  


What is the name of the mapset definition macro?

1 Answers  


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?

3 Answers   CTS,


Differentiate between PCT and FCT.

1 Answers  


What is a cursor in CICS sql processing?

1 Answers   IBM,


What is the eib?

1 Answers  


Categories