Answer Posted / srinivas yadav
SOC7: NON-NUMERIC FILEDS ON NUMERIC FIELDS
TO RESOLVE: GO TO SPOOL AND COPY THE OFFSET VALUE AND TYPE
IN THE COMMAND LINE F OFFSETVALUE, IT GOES TO THE
PARTICULAR PLACE SO THAT WE NEED TO CHANGE IT.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Name the statement which can be used to send data to another mvs jes3 node?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
For what purpose steplib and joblib are used ?
what is use of dsn parameter in dd statement?
how to run batch program without jcl?
A dd statement consists of 4 fields. Name them?
How to run cobol program using jcl?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What do you understand by jcl?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Is acct parameter mandatory?