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
what are the types of abends that occur on job failure? And explain the possible causes of these
can any one plzzzzzz tell the jcl code for creating ps using idcams
What are the difference between jcl and jes?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Is it possible to code instream data in a PROC?
How does jcl specify the job to the operating system?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Is condition checking possible in jcl? If yes, how?
in ways data can be passed to a COBOL program from JCL?
what is use of dcb parameter in dd statement?
Explain the job statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is the use of symbol // in jcl?
Explain in DD statement what is the use of DCB parameter?