Answer Posted / rv rocks
IT IS POSSIBLE TO CONCATINATE DIFFRENT PS FILES OF DIFF. LRECL
BY SIMPLY PLACING IN THE DD STATEMENT SEQUENTIONALLY BUT
LARGEST LRECL SHOULD AT FIRST...
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
how to run batch program without jcl?
I need exexution process for JCL programs
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the difference between the positional and keyword parameters? Give examples.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is automatic restart possible in jcl? If yes, how?
Brief description of inline procedure of jcl.
Explain the function of dd disp parameter?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
What is the use of symbol // in jcl?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the purpose of disp parameter?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
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) ?
Differentiate between addressing mode and run mode.