what is d/f b/w sysout & sysprint

Answer Posted / rams

sysout: to route the output to destination i.e., which
class name u mentioned like A,B,C,D....1,2,3,4...


SYSPRINT: TO PRINT THE OUTPUT ,WHICH IS TAKEN FROM ABOVE
CLASS

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is concatenating?

611


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

626


How would you understand error(execution phase)?

603


Explain how can the attributes of one sms dataset be copied to another dataset?

678


What is the difference between run mode and addressing mode?

610






How can a jobs execution priority be modified?

769


Explain how can values be passed from the job stream to an executable program?

596


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

719


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

797


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1960


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

825


how can the same proc be re-used and called by many jobs?

880


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2232


What is the function of //cntl statement?

804


how JCL works?

762