whats SOC7?



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

Post New Answer

More JCL Interview Questions

Explain about SYSVAR

1 Answers  


Why we will create load module in PDS only, Why nt in PS?

2 Answers   TCS,


I have a File that has duplicate records. I need only those records that occur more than thrice.

3 Answers  


i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?

4 Answers   Infosys,


What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?

2 Answers   IBM,






Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


difference between internal sort and external sort

1 Answers  


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


How to get cursor position from system in CICS environment ?

8 Answers  


Why block size is multiple of lrecl in jcl?

0 Answers  


When cursor is not closed what is the error?

3 Answers   IBM,


when GDG version number get changed ? bcz always Generations only increasing.

1 Answers   Cap Gemini,


Categories