A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answers were Sorted based on User's Feedback
Answer / shaik
COMP is a binary format, if you directly redefines, it
won't give proper value. So, move S9(09) COMP to s9(09)
Numeric field, then Redefine this field with Alphanumeric.
| Is This Answer Correct ? | 5 Yes | 1 No |
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What is catelog procedure and how many catelog procedure to use in one job?
how would you create a temporary dataset? And where will you use them?
What is the function of a dd statement?
What does the TIME parameter signify ? What does TIME=1440 mean ?
Explain the function of dd disp parameter?
When we use conditional statement in JCL using if-then-else-endif, IF statement is true, the step is bypassed or executed?
what is the alternative to model parameter?
In job processing, what happens in conversion stage?
Are there any set of rules for the names of the steps used in a job?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
wht is the d/f between positional parameter n keyword parameter ?