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

i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?

10 Answers   IBM,


what is DD statement is used in JCL?

0 Answers  


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


how to convert a file form fixed Length to variable length?

2 Answers   Syntel,


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

0 Answers   IBM,






Is it possible to code instream data in a PROC?

0 Answers  


is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?

4 Answers   Accenture,


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


How does jcl act on a cobol code?

0 Answers  


Explain about LMCLOSE�close a data set

1 Answers  


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

0 Answers   HF, iNautix,


How many instream we can write in single jcl?

1 Answers  


Categories