wht is sysudump n sysout,sysprint ?

Answer Posted / rajesh_m13

Usually the executing program displays are written into
these datasets.Some programs use Sysout for display some
sysprint ,Cobol program display will go to Sysout.Sysudump
will print the program area,contents of register, and gives
a trace back of subroutines called,it will be hexadecimal
format.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when does a dataset go uncataloged?

829


how to do automated restart when a job abends?

844


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1728


what happens in conversion stage in job processing?

728


Explain the function of //jcllib statement?

701






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

7079


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?

816


What is the significance of addrspc parameter in the exec statement?

620


What are s0c1, s0c4, s0c5, s0c7 and socb?

698


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

2168


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

2428


What is use of restart and how to use it?

766


What are the difference between jcl and jes?

1049


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060


what are the types of abends that occur on job failure? And explain the possible causes of these

1115