Explain the purpose of dd * statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
how many members can be created inside a single pds?
What is NOTCAT ?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
Explain concatenating datasets?
How to print data of sequential file to Spool..?
GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
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
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes
what is DD statement is used in JCL?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember