Answer Posted / sekhar
numeric size only 9(18).
alphanumeric is x(3273).
alphabit is A(3273)
so answer is we cant declare s9(19)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the pertinent COBOL commands?
Discuss about changing dataset name in proc.
how do you reference the esds vsam file formats from cobol programs
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you reference the ksds vsam file formats from cobol programs
how do you reference the variable unblock file formats from cobol programs
Why did you choose to work with ibm mainframe cobol programming?
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.
How do get the result of your program directly on your pc?
How to print 10 to 1 if the input have only 10 digit number?
What are the different types of condition in cobol and write their forms.
What are all the divisions of a COBOL program?
State the various causes of s0c1, s0c5 and s0c7.
What is the use of intialize verb?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.