which parameter is used to check the syntax of a jcl without executing it?
No Answer is Posted For this Question
Be the First to Post Answer
How to pass the parameter in parm using linkage section ? (syntax)?
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
Why do you use a control card?
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
What is the difference between the positional and keyword parameters? Give examples.
what is mainframe?
delete rules in db2
Can we use empty VSAM as input?
Can we change the LIMIT of GDG?
what is the restart?hopw it is invoked?
What is a PROC? What is the difference between an instream and a catalogued PROC?