How many types we can give input to JCL

Answers were Sorted based on User's Feedback



How many types we can give input to JCL..

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

How many types we can give input to JCL..

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

How many types we can give input to JCL..

Answer / muneer---achi

using files

using sysin dd *

using control cards

using files

using db2

Is This Answer Correct ?    8 Yes 2 No

How many types we can give input to JCL..

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

How many types we can give input to JCL..

Answer / hari

3 types we can give
numeric
alpha numeric
alphabets

Is This Answer Correct ?    2 Yes 37 No

Post New Answer

More JCL Interview Questions

How to release the Output HELD by using HOLD = YES on DD statement ?

2 Answers   IBM,


What is the format of comment statement?

0 Answers  


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

1 Answers  


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

0 Answers   IBM,


I have three files for one step i need to override the third file how to do that in jcl?

1 Answers   UST,






How do you submit a JCL under CICS environment ?

1 Answers   IBM,


What are steplib and joblib?

0 Answers  


Name what parameter directs the output of the job log dataset?

0 Answers  


Passing a variable parm from JCL to a cobol/db2 program

1 Answers   IBM,


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

0 Answers  


What is the meaning of keyword in JCL? What is its opposite?

1 Answers  


how you can direct the data to spool using SYSOUT option?

0 Answers  


Categories