JCL Interview Questions
Questions Answers Views Company eMail

One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?

CTS,

1 3553

hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..

CTS,

1 6289

In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

HP,

2 7333

How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 4803

can any one plzzzzzz tell the jcl code for creating ps using idcams

Fiserv,

2 10433

What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 4733

Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?

IBM,

3 9371

We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.

6 14696

What is catelog procedure and how many catelog procedure to use in one job?

Infosys,

2 7374

How to check empty file in jcl?

Infosys,

4 24464

How to pass values in jcl to cobol?

IBM, Infosys,

4 23003

I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.

2 4745

I have 5 steps in my jcl ,I need to execute first three steps and then 2nd step again ,4th and 5th steps if rc of 2nd step is zero

ABC,

1 2999

How to copy one PS file to multiple PS files with same data?

1 14377

Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1945


Post New JCL Questions

Un-Answered Questions { JCL }

Explain how can the submitting users racf authority be overridden in a job stream?

653


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1897


How dummy is used in jcl?

612


what is the purpose of coding notify parameter in job statement?

662


How do you submit a job for execution?

611






WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

825


What are the utility programs in jcl?

626


Is condition checking possible in jcl? If yes, how?

703


Brief description of inline procedure of jcl.

653


What is the difference between run mode and addressing mode?

609


Differentiate between the joblib and the steplib statements?

830


What is the function of dd disp parameter?

638


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

797


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2232


Explain how can a stopped job be started again?

617