Answer Posted / naveen87ginjupalli
SPOOL- (simultaneous peripheral operation online)
TSO SDSF ST is the command display the spool information.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
Write a cobol program making use of the redefine clause.
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)?
Which is not true about evaluate statement
Explain how to differentiate call by context by comparing it to other calls?
What is a report item?
What is rmode(24)
How are the next sentence and continue different from each other?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Can we redefine the field of x(200) to less than 200?
Mention the guidelines to write a structured cobol program?
How many bytes S(8) comp field occupy and its maximum value?
What type of SDLC u followed? Why?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks