What are the maximum and minimum sizes of any CONTROL AREA
(VSAM datasets) ?
Answer Posted / guest
Minimum Size : 1 track Maximum size : 1 cylinder
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is use of restart and how to use it?
//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 /*
whats the diff bw the evaluate also and and?
what is use of disp parameter in dd statement?
when does a dataset go uncataloged?
How jcl work to handle various input output file operations?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
List the various advantages of using jcl language?
What is job control language?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
What are the difference between jcl and jes?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
which utility is used to sort a file in jcl?