what modification we need to do in jcl if we use sort in
cobol? I mean whether we need to include tempary file used
for sorting in assign statement?
Answer Posted / guest
yes we need to include one temp file whose record size is same
as that of input file record size
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What guidelines should be followed to write a structured cobol prgm?
Why did you choose to work with ibm mainframe cobol programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between PIC 9.99 and PIC9v99?
Why would you use find and get rather than to obtain?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What rules are to be followed while using the corresponding options?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What type of SDLC u followed? Why?
Name the divisions, which are available in a cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Define cobol?
What are various search techniques in cobol? Explain.
how to refer the data field?
Write the code implementing the perform … varying.