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
hi friends........if u know syntax of IEBEDIT IN JCL
What is the parameter to be passed in the job card for the unlimited time , irrespective of the job class ?
Please give me the coding for converting VB to FB and FB to VB
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
how many members can be created inside a single pds?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
Explain in DD statement what is the use of DCB parameter?
Explain how can a jobs execution priority be modified?
How to find the number of duplicates in a file using Sort?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
which parameter is use to declare the name of dataset in dd statement?