What is the error code SOC01 indicate ?

Answer Posted / l c sharma

This happens when accept statement is used in COBOL
program for SYSIN but there is no SYSIN defined in the
program.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of the dd avgrec keyword in sms datasets?

843


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

856


if the submitter of a job wants to inform another user about the job completion, how can it be done?

758


what happens in execution stage in job processing?

657


how to run batch program without jcl?

10089






What is the function of the dd mgmtclas keyword in sms datasets?

743


Is there any command to check wether the ps file is in sorted order?

2435


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

681


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

722


List the various advantages of using jcl language?

853


how JCL works?

799


what sort card you will use to copy the data from one dataset to another dataset?

733


what is the use of JCL?

666


what is “Cond= even” and “Cond=only”?

744


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

673