How would the number +1234 be stored if a PIC clause of
PICTUREs9(4) comp-3 were used?
Answer Posted / guest
ans#2 is correct
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
What is amode(31)
How are the next sentence and continue different from each other?
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 ?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What rules are to be followed while using the corresponding options?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the different data types in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the different open modes available in cobol?
What is the difference between binary search and sequential search?
What are the different types of condition in cobol and write their forms.
For rewrite, why is it mandatory that file needs to be opened?