how you will the direct the data to spool using sysout option?
No Answer is Posted For this Question
Be the First to Post Answer
in jcl you are having JCLLIB and STEPLIB what happens
how to compare two datasets without using superce because output is limited to 133 bytes
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
what sort card you will use to copy the data from one dataset to another dataset?
A job has 150 steps i want to execute only 57th step
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How does jcl act on a cobol code?
What is the function of the steplib dd statement?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
Explain the hierarchy levels in jcl?
ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?
how to identify a vasam dataset by seeing in 3.4(browse)