i have step1,step2,step3 from where can i start coding cond parameter ?

Answer Posted / arunudhay

You can start either from step 1 or 2 or 3,it doesn't matter
but depending on your COND stmt the steps will be executed.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1152


What does a disposition of (new,catlg,keep) for a dsn mean?

702


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1862


is there any way to execute more than one proc in the same exec statement at the same time..?

2204


What are the difference between jcl and jes?

1146






In job processing, what happens in conversion stage?

846


What is multithreading in jcl?

1038


Mention the types of job control statements?

792


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

814


What is the significance of addrspc parameter in the exec statement?

699


List in order the hierarchical levels of jcl?

756


Describe the various parameters utilized in the creation of a gdg?

777


What is the motivation behind coding class parameter in job statement?

776


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

774


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

758