ZEROES and SPACES are _______ constants
(a) Figurative
(b) Numeric
(c) Non-numeric
(d) Alphabete
Answers were Sorted based on User's Feedback
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
9(2).99 how many bytes take? Why . consider as a byte?
what are the error codes in cobol, db2, cics, vsam , and jcl
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
how to resolve the file status 47.......
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
What compiler option would you use for dynamic linking?
what is the advantage of using redefines instead of delaring the variables ?
why do u need inspect verb?
What is SSRANGE, NOSSRANGE ?