01 A.
10 B pic X(10).
move spaces to A.
move spaces to B.
output in A & B
Answers were Sorted based on User's Feedback
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
a dd statement has 2 types of parameters. Name them?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is jcl in mainframe?
How do you restart a step in JCL?
What is the difference between BLKSIZE and LRECL?
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
For how long a job can be executed continuously in a mainframe ?
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
how many types of sorts are there in jcl?
how can u understand ps and pds from their names ?