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 |
What compiler option would you use for dynamic linking?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
COMP?
if we have a 10 steps how to override the 4th step in jcl?
how many bytes do SPPPP999 will store?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
)what is retrieve?
what is the difference between PA & PF keys?
how do you reference the rrds file formats from cobol programs
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?