How do you define a sort file in JCL that runs the COBOL
program?
Answer Posted / priya
Hi,
I want to sort the file in run jcl and i need to get that
sorted file in cobol program there in select statement what
dd name i should mention?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How many sections are there in data division in COBOL?
Difference between cobol and cobol-ii?
How do you define a variable of comp-1 and comp-2?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the utilization of copybook in cobol?
Can a Search can be done on a table with or without Index?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write some characteristics of cobol as means of business language.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.