A file has dta in S9(09) COMP format. How do I move the
data into a character field X(10)?
Answer Posted / 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 |
Post New Answer View All Answers
What is the function of a dd statement?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is condition checking in jcl? Is this possible?
Differentiate between the joblib and the steplib statements?
when does a dataset go uncataloged?
what is DSN in JCL and what are the parameters to declare the DSN?
Why block size is multiple of lrecl in jcl?
How is the record format of an output dataset specified?
what are JCLLIB and STEPLIB in JCL?
Are there any set of rules for the names of the steps used in a job?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the format of comment statement?
Can we use DISP=SHR in output file in JCL
What happens if both JOBLIB & STEPLIB is specified ?
Can we call instream to catalog and catalog to instream?