How can you display the SPOOL information ?
Answers were Sorted based on User's Feedback
Answer / naveen87ginjupalli
SPOOL- (simultaneous peripheral operation online)
TSO SDSF ST is the command display the spool information.
| Is This Answer Correct ? | 11 Yes | 0 No |
file status 00 is checked after opening the file or reading the file
How will you find the currepted records in a file
How do get the result of your program directly on your pc?
where will we code call by content and call by reference dude pls reply soon ?
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of Pointer in the string?
how will u code parm parameter and where pls ?
what is the difference b/w level no.01 & level no.77?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
Explain Restart Logic in Cobol?
If you were passing a table via linkage, which is preferable - a subscript or an index?