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

Are there any set of rules for the names of the steps used in a job? What are they?

0 Answers  


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

0 Answers   IBM,


Please go thru the below points and let me know how to code this. 1. Sort the input dataset for the condition : Starting position is 37,length of the field is 13 based on character and in the ascending order , starting from position 25 length of 12 ,character and in the ascending order. Use a temporary dataset to hold the sorted file. 2. Use the temporary file created in the above step as the input for the next step. The next step is to execute a program and produce an output file. Use the temporary file created in the above as work file 1 and the output of the file to be created in this step work file 2.Also, pass a parameter to the program that is to be executed in this step. The parameter should have the current date in YYYYMMDD format. For the sake of convenience, you can use the below Job Name : Sample1 Input DSN : PCABDT11.CABD.TEST.INPUT Temporary DSN : Sort1 Output DSN : PCABDT11.CABD.TEST.OUTPUT Program Name : SAMPLE Thanks in Advance for your response.

2 Answers  


Explain the function of //cntl statement?

0 Answers  


Is automatic restart possible in jcl? If yes, how?

0 Answers  






What is job control language?

0 Answers  


what is fixed length and variable length and difference between them

1 Answers   CGI, Wipro,


in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


Is there any command to check wether the ps file is in sorted order?

4 Answers  


What is dummy parameter in JCL??

3 Answers   TCS,


If I defined space as TRK(10,10) for the one file and lrecl = 4K then tell me how many record will vsam file will contain. will it 1,2,3,4,5 or how many,

3 Answers   IBM,


I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?

16 Answers  


Categories