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
What rules are followed by the search verb.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Are you comfortable in cobol or jcl?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the different rules of SORT operation?
Explain how to differentiate call by context by comparing it to other calls?
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?
how do you define single dimensional array and multidimensional array in your cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between structured cobol programming and object alternativelyiented cobol?
Whats the difference between search & search ALL?
What kind of error is trapped by on size error option?
what is amode(24), amode(31), rmode(24) and rmode(any)?
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.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?