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 |
For what purpose steplib and joblib are used ?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain dd statement in jcl?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
What is the function of job statement in jcl?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?