how to resolve the soc4 error?

Answer Posted / satheesh

compile use list option and then select from the compile
listing offset of the record and then made change where you
done error and recompile

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is DSN parameter and DISP parameter is used for?

676


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

854


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

657


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2220


How can values be passed from the job stream to an executable program?

875






Explain how can a stopped job be started again?

636


How to run cobol program using jcl?

650


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

605


Explain the function of a dd statement?

659


how JCL works?

796


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

775


which utility is used to sort a file in jcl?

750


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2063


Explain how can values be passed from the job stream to an executable program?

625


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801