what are the options in file-aid to edit vsam dataset and
to compare data sets.

Answer Posted / nnn

Option# 2 -- Edit
Option# 10 -- Compare

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

636


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

642


Can I share my data with other jobs? How?

641


Is acct parameter mandatory?

728


how can you check if a file is empty using jcl?

780






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

2232


//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 /*

879


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

788


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2025


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1945


What is the use of disp parameter?

621


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1708


What parameter of the job statement is used to limit the cpu time consumed by the job?

804


What is the function of the dd mgmtclas keyword in sms datasets?

713


Are there any set of rules for the names of the steps used in a job?

605