Answer Posted / susmita
CONTROL CARDS are something that comes into play, where you
can't use sysin dd statement.. for example we can't use
sysin dd * in cataloged procedure. in this case you can
have your instream data under a pds-member and make the
sysin as
//sysin dd dsn=xyz.abc.pos(mem),disp=shr
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is the difference between JES3 and JES2?
How can the attributes of one sms dataset be copied to another dataset?
How does jcl specify the job to the operating system?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
how you can access an uncataloged dataset in a JCL?
How jcl work to handle various input output file operations?
what is the compile process of cobol program expalin with code
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?
What is the difference between the positional and keyword parameters? Give examples.
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is concatenating?
What is multithreading in jcl?
How to pass the parameter in parm using linkage section ? (syntax)?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?