Explain dd statement in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Name the statement which can be used to send data to another mvs jes3 node?
what does mvs stand for?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
what is the control cards?
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
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Which statement is used to identify the private libraries in job?
hi in one of the interview one asked me how to submit a job from cobol?as well as how to submit a jcl from CICS? can u pls any one tell me..
Do we need to code DCB parameters when using DISP position as MOD?
how many max steps can we use in a job? pls answer to my question