What is the significance of addrspc parameter in the exec statement?
No Answer is Posted For this Question
Be the First to Post Answer
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above
Write a JCL by using the below requirement: File1 =1, File2 =11 and output needs to come as File3 =111?
Is condition checking possible in jcl? If yes, how?
describe the dd statement,its meaning,syntax and keywords?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
How do you submit a JCL under CICS environment ?
Is their any limit for data sets?
what is JCL?
How to check empty file in jcl?
what is the default region size if I dont specify region parametre in my job card ( I know that if I specify region=0k or 0M, then the job will occupy all he available resources at the time of job execution), but I want to know the defult value for "region" paramatre.
if we are specifing joblib as well as steplib in job then at the time of execution how the process will complete