How many types we can give input to JCL

Answer Posted / hari

3 types we can give
numeric
alpha numeric
alphabets

Is This Answer Correct ?    2 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8701


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1626


define cond parameter in jcl?

779


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

637


Name a few IBM utility programs, and explain its function.

4442






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

858


What do you understand by jcl?

632


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

795


how do you code a null statement?

780


How can return codes be tested before execution of a job step?

929


how do you access an uncataloged dataset in a jcl?

849


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

753


write a jcl to execute a job by 7:00 am on jan 20,1986?

703


which parameter is use to declare the name of dataset in dd statement?

742


what is use of dsn parameter in dd statement?

675