when SE37 SB37 and sd37 occurs how to increase the volume ,
primary quantity and secondary quantity?
Answer / sunil
By compressing the data set i.e type Z in front of Member and hit enter.
| Is This Answer Correct ? | 0 Yes | 1 No |
subscript and index r not coded in u r application program what will happen?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain what you understand by passing by value.
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
HOw can I get the negative sign while deduct high value from low value
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What is SET TO TRUE all about, anyway?
How to resolve the soc4 and soc7 errors?
what are the isolation levels and where we use it in the db2 program
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
How may divisions are there in JCL-COBOL?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?