hello friends ,i have exam in Hsbc,pls any on send me
placement papers and technical questions on
mainframes,thank u
No Answer is Posted For this Question
Be the First to Post Answer
Mention the types of job control statements?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
what does mvs stand for?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
What is the purpose of the PARM keyword in the EXEC statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what are JCLLIB and STEPLIB in JCL?
How to run cobol program using jcl?
Do we need to code DCB parameters when using DISP position as MOD?
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
When should DISP=MOD is used?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?