Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
No Answer is Posted For this Question
Be the First to Post Answer
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
What do you understand by the term notcat 2 – gs?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
What is MOD and when would you use it?
i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
what is a cataloged procedure ?
Explain about LMMFIND - find a library member
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
What is RESTART? How is it invoked?