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
What is the function of dd disp parameter?
what happens in execution stage in job processing?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Explain how can a stopped job be started again?
Explain the job statement in jcl?
Explain the purpose of dd * statement in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dsn parameter in dd statement?
what is the JCL statement consists of?
What is the syntax of JCL statement?
What is the function of job statement in jcl?
Name a few IBM utility programs, and explain its function.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?