Which storage devices are grouped under DASD and SYSDA ?
Answer Posted / siva
Disks are grouped under DASD & SYSDA
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Give the syntax of job specifying jcl statement.
a dd statement has 2 types of parameters. Name them?
Why block size is multiple of lrecl in jcl?
//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 /*
Explain how can an in-stream dataset be terminated?
Is acct parameter mandatory?
how you can direct the data to spool using SYSOUT option?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
which utility is used to run a cobol-db2 program?
In job processing, what happens in conversion stage?
Explain how can values be passed from the job stream to an executable program?
how do you access an uncataloged dataset in a jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
whats the diff bw the evaluate also and and?
What are some jcl statements that are not allowed in procedures?