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 is the difference between next sentence and continue in cobol programing language?
Explain about different table spaces.
How do you differentiate between cobol and cobol-ii?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what are decleratives in cobol?
how do you reference the variable unblock file formats from cobol programs
How do get the result of your program directly on your pc?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Difference between array and sub-script ?
How do you reference the fixed block file formats from cobol programs
What is the compute verb? How is it used?
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 we sort two input files based on a common column and giving one o/p file please send me the coding logic?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Difference between cobol and cobol-ii?