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 |
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
What is the difference between IEBGENER, IEBCOPY and REPRO in IDCAMS utility?
List some valid operation codes in JCL
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What does IEBGENER do?
what is a MODELDSCB?
What is Cataloged Procedures?
How to check empty file in jcl?
How to release the Output HELD by using HOLD = YES on DD statement ?
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?
wht happens if blksize = 0 and lrec = 0 ?
What are the basic JCL Statements for a Job?