What do we mean by 'Virtual storage' for a dataset and for a
JOBSTEP ? What is the significance of the following
statement for a programmer 'Virtual storage results in
program addresses being independent of the addresses that
actually exist in a computer' ?
No Answer is Posted For this Question
Be the First to Post Answer
Explain COND used in JCL?
a dd statement has 2 types of parameters. Name them?
what does mvs stand for?
What is the purpose of the dd keylen parameter?
Given a input file with duplicates how to remove the duplicate records from the file using JCL?
6 Answers CDS, Convergys, TCS,
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
Which storage devices are grouped under DASD and SYSDA ?
How do you send the output of a COBOL program to a member of a PDS?
What are some jcl statements that are not allowed in procedures?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
What is the function of the dd mgmtclas keyword in sms datasets?
Name the statement which can be used to send data to another mvs jes3 node?