how can handle the s0c4 abend???

Answer Posted / tf

practically speaking: it is usually an unhandled error
within the given program and will necessitate isolating the
error within the given program

Is This Answer Correct ?    0 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

676


Is their any limit for data sets?

719


What are the 4 fields in dd statement?

758


Must tape dataset definitions include vol=ser specifications?

993


What is the difference between the positional and keyword parameters? Give examples.

726






Explain the function of a dd statement?

670


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

743


What is the syntax of JCL statement?

707


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1967


a dd statement has 2 types of parameters. Name them?

662


What is the function of job statement in jcl?

644


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

826


How to alter the parameters for the existing gdg?

725


Mention the types of job control statements?

702


is there any way to execute more than one proc in the same exec statement at the same time..?

2118