How do you differentiate between cobol and cobol-ii?
No Answer is Posted For this Question
Be the First to Post Answer
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to convert vsam table into DB2 table?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
Write the code to count the sum of n natural numbers.
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What is a scope terminator? Give examples.
What is Comm?
2 Answers IBM, Kemper Corporation,
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.