I have a Field which is of size 9(4). In the Screen if I enter
the value for this field as 1234, it showing it as Valid. But if
I enter only one or two digits, zeros should be appended in the
remaining places. For example: When u enter 1 in the screen the
output should be 0001. When you enter 12, output should be 0012.
How to achieve this in the program?
Answer Posted / kavin
just move low-values to map variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention one alternative aspect of CICS?
Explain the difference between the into and the set option in the exec cics receive map command?
Explain the significance of rdo?
Explain how pa key is different from pf key?
Define temporary storage?
Explain ceci transaction commands?
Can you define cemt?
What is dynamic transaction backout?
What is the comaera?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
How can you access qsam (seq) files from cics?
Explain the uses that are associated to tsq and tdq ?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
Name some translator and compile options and explain their meaning?
Explain the difference between and exec cics xctl and exec cics start command?