When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
No Answer is Posted For this Question
Be the First to Post Answer
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What is the purpose of dd * statement in jcl?
If Region=0k means What Happen?
Can we browse or edit the GDG dataset if it is a tape entry?
Explain about LMGET�read a logical record from a data set
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is maximum length of block size?
5 Answers Cap Gemini, Kanbay, TCS,
What is the function of job statement in jcl?
When will we need to specify Space parameter ?
How to copy one PS file to multiple PS files with same data?
What is the function of dd name parameter with a 2 part structure; audit.report?