What does SYSIN * indicate?
Answers were Sorted based on User's Feedback
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 |
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 |
How can u know the current date using jcl?
What are some jcl statements that are not allowed in procedures?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?
Differentiate between addressing mode and run mode.
What does SYSIN * indicate?
How are GDGs concatenated?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
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 ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
//step#3 exec pgm = hkbc762 what is wrong with the syntax?