Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answer Posted / guest
No we can't, there is no reverse reading,
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to run cobol program using jcl?
Is acct parameter mandatory?
how to run batch program without jcl?
What is concatenating?
How can the attributes of one sms dataset be copied to another dataset?
What is the function of dd disp parameter?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
define cond parameter in jcl?
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 purpose of dd?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how would you create a temporary dataset? And where will you use them?
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) ?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Differentiate between addressing mode and run mode.