What kind of error is trapped by on size error option?
No Answer is Posted For this Question
Be the First to Post Answer
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What will happen if you code GO BACK instead of STOP RUN in a stand alone COBOL program ?
8 Answers Arigo Infotech, IBM,
What guidelines should be followed to write a structured cobol prgm?
what are the control characters used in reports
What are the different rules for performing sort operation?
What is the default value of DISP for temp datasets
What are the different ways to run a COBOL DB2 program using JCL?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..