whats SOC7?
Answer / 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 |
What is difference between Return Code, user completion code, Abend code and reason Code?
what is the JCL statement consists of?
How can return codes be tested before execution of a job step?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
what is the purpose of coding notify parameter in job statement?
What does the keyword DCB mean and what are some of the keywords associated with it?
List the various advantages of using jcl language?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
How do you handle empty files in a JCL ?
What is the purpose of dd * statement in jcl?
What is the max blocksize for a Tape file?