What does SYSIN * indicate?

Answers were Sorted based on User's Feedback



What does SYSIN * indicate?..

Answer / guest

Instream data follows this card and is terminated when
followed by a card containing // or /* in columns 1 and 2.

Is This Answer Correct ?    6 Yes 0 No

What does SYSIN * indicate?..

Answer / sariputi

It is one of the DD statement,through which we can give
the instream Data(Input)required for the job.


EXAMPLE:

//SYSIN DD *
COPY I=DD1,O=DD2
/*

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More JCL Interview Questions

Is acct parameter mandatory?

0 Answers  


Can we give two user name in NOTIFY parameter in JOBCARD

1 Answers   Syntel,


There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


What is meant by S0C7 system abend code?

8 Answers  






i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?

2 Answers   Syntel,


how can u understand ps and pds from their names ?

1 Answers   TCS,


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

0 Answers  


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


Which dd parameters are required?

0 Answers  


what is JCL?

0 Answers  


Categories