What is the use of sysprint, sysin, sysout, dummy in jcl ?

Showing Answers 1 - 1 of 1 Answers

Abhijit Barik

  • Jan 5th, 2006
 

SYSPRINT: All system output will appear under this DD card. Suppose you are copy'ing a VSAM file using IDCAMS. Then, number of records processed, highest condition code etc.. will appear under sysprint. You cannot customise SYSPRINT output.

SYSIN: This is nothing but SYStem INstruction. Suppose, you want to sort a file on certain key. You have to have following command under SYSIN.

SORT FIELDS = (starting-col,length,data-type,A/D)

SUM FIELDS = NONE

DUMMY: Mainly used where user is intended to simulate a program without creating an output file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions