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 / sampangi
i think it's in step.......like &name
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how do you reference the variable block file formats from cobol programs
Why occurs cannot be used in 01 level in COBOL?
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
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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 the difference between AID and HANDLE AID?
Explain about different table spaces.
how do you reference the fixed unblock file formats from cobol programs
What are the access modes of START statement?
What guidelines should be followed to write a structured cobol prgm?
What is the usage of comp fields in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
In which area will you utilize 88 level items in cobol?