ZEROES and SPACES are _______ constants
(a) Figurative
(b) Numeric
(c) Non-numeric
(d) Alphabete
Answer Posted / satya sivaji
The answe is (a).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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.
) what is the difference between AID and HANDLE AID?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What guidelines should be followed to write a structured cobol prgm?
What is the difference between comp and comp-3 usage?
What is a scope terminator give example?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Can we redefine the field of x(200) to less than 200?
A table has two indexes defined. Which one will be used by the SEARCH?
Which Search verb is equivalent to PERFORM…VARYING?