Answer Posted / gourav bibhor
//jobcard
//STEP1 DD EXEC PGM=IDCAMS
//SYSIN DD *
REPRO IDS(FILENAMEOFSORCE)-
ODS(FILENAMEOFDESTINATION)
/*
//SYSOUT DD DSN=*
//SYSPRINT DD DSN=*
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Brief description of inline procedure of jcl.
what is use of dcb parameter in dd statement?
how you can direct the data to spool using SYSOUT option?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How can the disposition of sysout datasets be set for an entire jobstream?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Explain the function of //cntl statement?
What are some jcl statements that are not allowed in procedures?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
can any one plzzzzzz tell the jcl code for creating ps using idcams
how do you access an uncataloged dataset in a jcl?
Suppose I have five jobs to do. But I want to hold one?
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
What is the function of job statement in jcl?