What is meant by S0C7 system abend code?

Answer Posted / shakila vinayagam

Program Check Exception - Data. Check for spaces in a
packed decimal or numeric field. Check to see if record
layouts or file layouts have been changed.

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

whats the diff bw the evaluate also and and?

1850


in ways data can be passed to a COBOL program from JCL?

663


In sms datasets, what is the function of the dd avgrec keyword?

650


how would you create a temporary dataset? And where will you use them?

766


Explain about ISPF/TSO Commands

1308






Brief description of inline procedure of jcl.

682


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2167


what is the purpose of coding notify parameter in job statement?

681


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7076


How does jcl specify the job to the operating system?

749


What is the function of dd disp parameter?

654


State the uses of syspring, sysin, sort fields, sum fields and dummy.

644


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

669


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

799


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1927