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
Explain about different table spaces.
What is the difference between perform … with test after and perform … with test before?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is length is cobol?
How are the next sentence and continue different from each other?
what happens if parmparameter passes zero bytes to the program
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the access modes of START statement?
How to remove 2 duplicate records and copy only one using job control language?
What the difference is between continue and next sentence?
Write a program that uses move corresponding.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)