Answer Posted / srinivas pogula
Dummy statements are do nothing statments once control
encounters this, operating system treats it as end of
file .... and it does for testing purpose, once the testing
is done and if it executes successfully ,then dummy is
repalced by dataset name what we require for that program
that
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Is it possible to left uncode disp?
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.
A dd statement consists of 4 fields. Name them?
Is there any command to check wether the ps file is in sorted order?
What are the parameter we cannot use in procedure?
in ways data can be passed to a COBOL program from JCL?
Is it possible to define dd statements as you want?
Give the syntax of job specifying jcl statement.
what operation is performed by job statement?
What is the function of //jcllib statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is the difference between JES3 and JES2?
Can an individual step be restricted from using all the jobs allowed cpu time?
Is their any limit for data sets?
which utility is used to sort a file in jcl?