A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answer Posted / dineshj
you do redefine for S9(09) COMP format
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how would you create a temporary dataset? And where will you use them?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Is their any set of rules for dd? Explain.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain about LMQUERY�give a dialog information about a data set
Explain the purpose of the dd keylen parameter?
Explain the function of the steplib dd statement?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
how do you code a null statement?
What are hierarchy levels in jcl?
What is the purpose of dd * statement in jcl?
I need exexution process for JCL programs
What is the use of disp parameter?
Explain the function of //jcllib statement?
How can return codes be tested before execution of a job step?