Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / guest
x= x -20 it will give error
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is a scope terminator give example?
HOw can I get the negative sign while deduct high value from low value
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Define static linking and dynamic linking.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is rmode(24)
Discuss about changing dataset name in proc.
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?
Explain the configuration section of a cobol program with examples of syntax.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
) How do u handle errors in BMS macro?
What are various search techniques in cobol? Explain.
What is difference between static and dynamic call in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do u write test cases?