What is the difference between Sysin,Sysout,Sysdbout and
Sysudump?

Answer Posted / mohan.chepuri

synin is the seeing the error msgs to spool
sysout is the after job is success full then seeing the out
put in spool

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

852


What are hierarchy levels in jcl?

949


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778


How do you submit a job for execution?

638


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

603






What is one line to pass PARM from JCL to COBOL?

632


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

716


i want to store 20 digits . how will u do it in cobol ?

858


List the various advantages of using jcl language?

851


How to submit jcl through a cobol program?

676


Name the statement which can be used to send data to another mvs jes3 node?

601


How can return codes be tested before execution of a job step?

919


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?

732


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2097


Name the parameters which can be used to limit the number of records written to a sysout dataset?

649