Answer Posted / shib
SPACES,SPACE,ZERO,ZEROS
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is difference between static and dynamic call in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the sections present in data division.
how do you reference the ksds vsam file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
what is search and searchall?what is the diffrence between them?give an best example?
Write a program that uses move corresponding.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which mode is used to operate the sequential file?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How arrays can be defined in COBOL?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.