ZEROES and SPACES are _______ constants
(a) Figurative
(b) Numeric
(c) Non-numeric
(d) Alphabete
Answers were Sorted based on User's Feedback
What is SDSF?
What are the various section in data division and briefly explain them.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
what r the types of perform statement
What is the difference between a binary search and a sequential search?
Where the Plan is located in CICS-DB2
if you give cylinder(1,1)how many cylinders it will be allocate?
What is amode(24)?
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
What will happen if we generate GDG (+2) version without generating (+1) version?