Answer Posted / naga
job card contain job name for eg fss013 is the job name,
Mainframe operating regognize fss013 as a job,this job name
is like identifier then card having posintional and keyword
parameter
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
List the different components of jcl statement?
when does a dataset go uncataloged?
What is the function of a dd statement?
how you can direct the data to spool using SYSOUT option?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What are the parameters that are used in creating a gdg?
how to compare two datasets without using superce because output is limited to 133 bytes
Explain the function of the steplib dd statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the purpose of dd dummy statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What is the purpose of disp parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.