What is the pic clause for the any bll cell type of data fields?
Answer / Jay Vardhan Hemant
For a Binary Large Object (BLOB) cell, the Pic (Picture Clause) does not have a fixed format because it stores binary data. However, when declaring a BLOB field in a CICS COBOL program, you can use PIC X(n) or PIC S9(n)Z to define the maximum length of the cell.n
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the CICS tables? How to traverse from one screen (program) to another on CICS?
What is meant by an attribute byte?
Can you define cics task?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
What is the difference between a physical BMS mapset and a logical BMS mapset?
Explain ceci transaction commands?
Mention the option used in the CICS READ command to gain accessibility directly to the file I/O area.
What CICS facilities can you use to save data between the transactions?
What is the pic clause for the any bll cell type of data fields?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
Explain the difference between using the read command with into option and set option?
Can a tsq of one particular transaction be accessed from an alternate transaction?