Mainframes gets a text file that contains the name of the
file. Now using JCL i want to locate that file name in the
mainframe system and perform further processing. Please tell
how to proceed
No Answer is Posted For this Question
Be the First to Post Answer
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
Give the syntax of job specifying jcl statement.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
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..?)
What is the exact difference between PRTY and DPRTY
What are some jcl statements that are not allowed in procedures?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?