if a pic 9(3) value 354,b pic x(2) value '46' then
a)a>b
2)a<b
3)error
Answer Posted / chandu
it is an error
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between external and global variables in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
Mention the guidelines to write a structured cobol program?
) How do u handle errors in BMS macro?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How many sections are there in data division in COBOL?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write the code to count the sum of n natural numbers.
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is the use of outrecord?
What are the different data types in cobol?
What is the difference between PIC 9.99 and 9v99 in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to refer the data field?