How many types we can give input to JCL
Answers were Sorted based on User's Feedback
Answer / vampires
2 types we can give input to jcl
---using PARAM keyword
---sysin dd *
xxxxxx
yyyyy
zzzzz
/*
| Is This Answer Correct ? | 17 Yes | 4 No |
Answer / bhaskar reddy
1.using PARM parameter
2.using sysin dd *
through parm parameter we can pass the date to linkage
section. and we can pass only 100 charcters of data
through sysin dd * we can pass the data to accept statement.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / muneer---achi
using files
using sysin dd *
using control cards
using files
using db2
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / suresh
only one type through returncode
sin dd,parm and files are inputs for cobol pgm
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / hari
3 types we can give
numeric
alpha numeric
alphabets
| Is This Answer Correct ? | 2 Yes | 37 No |
Explain about SYSVAR
how JCL works?
what is the use of JCL?
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 ?
jcl is like a complier....?
How does jcl specify the job to the operating system?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How Can we see all generations of a GDG ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
For what purpose steplib and joblib are used ?
How many positional parameters are there in job statement?