Answer Posted / adarsh
copy dataset-name.
it can be either ps or pds
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How you can read the file from bottom?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are literals?
Are you comfortable in cobol or jcl?
How you can characterize tables in cobol?
Why occurs cannot be used in 01 level in COBOL?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the divisions, which are available in a cobol program?
What kind of error is trapped by on size error option?
What is the difference between perform … with test after and perform … with test before?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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 to access the file from prodution from changeman tool and to submit a file to production
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is a scope terminator give example?