Answer Posted / rajkumar
Soc7 is an ERROR it comes when moving of values to one
datatype to another datatype.
example 01 var1 pic x(10)
01 var2 pic a(10)
if var1 = 100
move var1 to var2
then SOC7
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
Explain the function of //jcllib statement?
Is their any set of rules for dd? Explain.
which parameter is use to declare the name of dataset in dd statement?
Name a few IBM utility programs, and explain its function.
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is use of dcb parameter in dd statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Suppose I have five jobs to do. But I want to hold one?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is the purpose of the dd keylen parameter?
Explain the jcl exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?