Answer Posted / guest
SIX
| Is This Answer Correct ? | 11 Yes | 12 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
what is DD statement is used in JCL?
what is use of space parameter in dd statement?
How can the submitting users racf authority be overridden in a job stream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the difference between the positional and keyword parameters? Give examples.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is notcat 2 - gs?
How is a type of file defined in the jcl that executes the cobol program?
Explain dd statement in jcl?
How does jcl act on code(if you take a cobol program)?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.