How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JCL Interview Questions

IF WE GIVE COND on step3 then, What does the following mean ? And Just adding to that, All the below COND are VALID as per the specifications. (i) COND = (8,LT,step1,step2) ---(AND/OR ?) (ii) COND = (8,LT,step1,step2, ONLY), (iii) COND = (8,LT,step1,ONLY) will it execute only if this condition is true or only if step1 ABENDS ? (iv) COND = (8,LT,step1,step2,EVEN), (v) COND = (8,LT,step1,EVEN) ?

2 Answers   IBM,


CAN ANYONE TELL ME WHAT IS "JOB-CARD"

4 Answers   Syntel,


how do u define a file in cobol and jcl ?

2 Answers   TCS,


When a dataset is UNCATALOGED in a JOBSTEP, how to get its UNIT and VOL in JCL to refer in subsequent steps ?

1 Answers   IBM,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,






i have 3 steps in my jcl, where i want to run only one step at a time depending on the variable. How should i give the condition statement... I have tried this with two steps which is working but not able to add condn for the 3rd step. can anyone help me... I want to know the cond stmt which i can code in step 3 and step4, so that only either step2 or step3 or step4 executes

3 Answers  


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


Which is the most widely used batch performance monitor for DB2?

2 Answers  


what is meant by jobtrac?

4 Answers   CSC,


I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.

0 Answers  


how GDGs are concatinated?

4 Answers   HSBC,


What is a PROC? What is the difference between an instream and a catalogued PROC?

2 Answers  


Categories